Skip to content

Commit

Permalink
Test github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
everaldorodrigo committed Sep 25, 2024
1 parent 632472d commit 0a69bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
pip install boto3
- name: Check if backup exists in S3
run: python .github/workflows/check_backup.py
run: python src/github_scripts/check_backup.py
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 0a69bc9

Please sign in to comment.