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 d47f422 commit 0b966adCopy full SHA for 0b966ad
.github/workflows/update-db.yml
@@ -65,7 +65,7 @@ jobs:
65
TWITCH_CLIENT_ID: ${{ secrets.TWITCH_CLIENT_ID }}
66
TWITCH_CLIENT_SECRET: ${{ secrets.TWITCH_CLIENT_SECRET }}
67
YOUTUBE_API_KEY: ${{ secrets.YOUTUBE_API_KEY }}
68
- 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' || '' }}
69
70
- name: Prepare Artifacts # uploading artifacts will fail if not zipped due to very large quantity of files
71
shell: bash
0 commit comments