Skip to content

Commit

Permalink
fix: user db backup script path
Browse files Browse the repository at this point in the history
  • Loading branch information
neilsong committed Oct 29, 2024
1 parent c645935 commit 7141558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/user_db_backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
steps:
- name: Backup User DB
run: |
bash home/app/infra/db/cron_script.sh
bash /home/app/infra/db/cron_script.sh

0 comments on commit 7141558

Please sign in to comment.