Skip to content

Commit

Permalink
ci(update): fix arguments (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Jan 5, 2025
1 parent d47f422 commit 0b966ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
TWITCH_CLIENT_ID: ${{ secrets.TWITCH_CLIENT_ID }}
TWITCH_CLIENT_SECRET: ${{ secrets.TWITCH_CLIENT_SECRET }}
YOUTUBE_API_KEY: ${{ secrets.YOUTUBE_API_KEY }}
run: python -u src/update_db.py ${{ github.event_name == 'pull_request' && '-t' }}
run: python -u src/update_db.py ${{ github.event_name == 'pull_request' && '-t' || '' }}

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

0 comments on commit 0b966ad

Please sign in to comment.