Skip to content

Commit 0b966ad

Browse files
ci(update): fix arguments (#168)
1 parent d47f422 commit 0b966ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-db.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
TWITCH_CLIENT_ID: ${{ secrets.TWITCH_CLIENT_ID }}
6666
TWITCH_CLIENT_SECRET: ${{ secrets.TWITCH_CLIENT_SECRET }}
6767
YOUTUBE_API_KEY: ${{ secrets.YOUTUBE_API_KEY }}
68-
run: python -u src/update_db.py ${{ github.event_name == 'pull_request' && '-t' }}
68+
run: python -u src/update_db.py ${{ github.event_name == 'pull_request' && '-t' || '' }}
6969

7070
- name: Prepare Artifacts # uploading artifacts will fail if not zipped due to very large quantity of files
7171
shell: bash

0 commit comments

Comments
 (0)