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 cc931a0 commit 28546a0Copy full SHA for 28546a0
.github/workflows/update-issues.yml
@@ -20,3 +20,5 @@ jobs:
20
run: npm run update-issues -- --dry-run
21
env:
22
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23
+ - name: Show manifest
24
+ run: jq . manifest.json
0 commit comments