Skip to content

Commit

Permalink
fix script call in gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
colobas committed Feb 15, 2024
1 parent 882abea commit 2bc49f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-debates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Process Debates
env:
CLIENT_SECRETS_FILE: gcloud.json
run: python process_debates.py public/debates --skip-transcription
run: python process_debates.py --skip-transcription

- name: Commit and Push Changes
uses: EndBug/add-and-commit@v7
Expand Down

0 comments on commit 2bc49f7

Please sign in to comment.