Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
euanwm committed Dec 26, 2023
1 parent 5451207 commit 2d41cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/db_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: |
git config user.name github-actions[bot]
git config user.email github-actions[bot]@users.noreply.github.com
git checkout -b db/autoupdate
git checkout -b db/auto-update
git add .
git commit -m "Database Update" -m "Action run on $(date)" || echo "No changes to commit"
git push
Expand Down

0 comments on commit 2d41cbb

Please sign in to comment.