Skip to content

Commit 29a22b9

Browse files
Run update-db script from src directory
Update the GitHub Actions workflow to execute the update-db script at src/update-db instead of update-db. This ensures the job runs the script from its new location while keeping the existing pull_request '-t' flag behavior intact.
1 parent 0fc066b commit 29a22b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-db.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
TWITCH_CLIENT_ID: ${{ secrets.TWITCH_CLIENT_ID }}
4747
TWITCH_CLIENT_SECRET: ${{ secrets.TWITCH_CLIENT_SECRET }}
4848
YOUTUBE_API_KEY: ${{ secrets.YOUTUBE_API_KEY }}
49-
run: python -u update-db ${{ github.event_name == 'pull_request' && '-t' || '' }}
49+
run: python -u src/update-db ${{ github.event_name == 'pull_request' && '-t' || '' }}
5050

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

0 commit comments

Comments
 (0)