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 7cc9c12 commit 7891b47Copy full SHA for 7891b47
1 file changed
.github/workflows/create-meeting-artifacts-manual.yml
@@ -73,7 +73,8 @@ jobs:
73
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
74
HACKMD_API_TOKEN: ${{ secrets.HACKMD_API_TOKEN }}
75
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}
76
- run: node create-node-meeting-artifacts.mjs ${{ github.event.inputs.meeting_group }} --verbose ${{ github.event.inputs.dry_run == 'true' && '--dry-run' || '' }}
+ ADDITIONAL_ARGS: ${{ github.event.inputs.dry_run == 'true' && '--dry-run' || '' }}
77
+ run: node create-node-meeting-artifacts.mjs ${{ github.event.inputs.meeting_group }} --verbose $ADDITIONAL_ARGS
78
79
- name: Upload artifacts
80
if: always()
0 commit comments