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 28685b3 commit f04502aCopy full SHA for f04502a
.github/workflows/update-issues.yml
@@ -20,6 +20,6 @@ jobs:
20
- name: Install dependencies
21
run: npm ci
22
- name: Build
23
- run: npm run update-issues
+ run: npm run update-issues -- --dry-run
24
env:
25
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments