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 22c523d commit cc931a0Copy full SHA for cc931a0
.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
+ run: npm run update-issues -- --dry-run
21
env:
22
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments