Skip to content

Commit 7891b47

Browse files
authored
use env var
1 parent 7cc9c12 commit 7891b47

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ 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 == 'true' && '--dry-run' || '' }}
76+
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
7778

7879
- name: Upload artifacts
7980
if: always()

0 commit comments

Comments
 (0)