Skip to content

Commit

Permalink
Update sync-db.js path in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
britzdylan committed Mar 18, 2024
1 parent 2f78b21 commit 077f7f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/weekly-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Weekly Sync DB
on:
schedule:
- cron: '0 0 * * 0' # Runs at 00:00 UTC every Sunday
workflow_dispatch:

jobs:
syncDB:
Expand All @@ -21,4 +22,4 @@ jobs:
run: npm ci

- name: Run sync-db.js
run: node sync-db.js
run: node src/utils/sync-db.js

0 comments on commit 077f7f1

Please sign in to comment.