Skip to content

Commit 8e5e29a

Browse files
avivkellerCopilot
andauthored
Update .github/workflows/create-meeting-artifacts-manual.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 98294a7 commit 8e5e29a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-meeting-artifacts-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
7474
HACKMD_API_TOKEN: ${{ secrets.HACKMD_API_TOKEN }}
7575
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' }}
76+
run: node create-node-meeting-artifacts.mjs ${{ github.event.inputs.meeting_group }} --verbose ${{ github.event.inputs.dry_run == 'true' && '--dry-run' || '' }}
7777

7878
- name: Upload artifacts
7979
if: always()

0 commit comments

Comments
 (0)