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 98294a7 commit 8e5e29aCopy full SHA for 8e5e29a
.github/workflows/create-meeting-artifacts-manual.yml
@@ -73,7 +73,7 @@ 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 && '--dry-run' }}
+ run: node create-node-meeting-artifacts.mjs ${{ github.event.inputs.meeting_group }} --verbose ${{ github.event.inputs.dry_run == 'true' && '--dry-run' || '' }}
77
78
- name: Upload artifacts
79
if: always()
0 commit comments