We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 519de8d commit 139e06bCopy full SHA for 139e06b
.github/workflows/update-issues.yml
@@ -17,6 +17,6 @@ jobs:
17
- name: Install dependencies
18
run: npm ci
19
- name: Build
20
- run: npm run update-issues -- --dry-run
+ run: npm run update-issues
21
env:
22
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments