Skip to content

Commit

Permalink
Change commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesAlfonse authored Dec 9, 2024
1 parent 8c0a657 commit 05d557e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Synchronize_Sheet_and_DB.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- name: Commit and Push Database Files
run: |
git config user.name "${{ github.actor }}"
git config user.email "${{ github.actor }}@users.noreply.github.com"
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add 'data/Full_Database_Backend.db' 'data/Full_Database_Backend.json'
git commit -m "Synchronized database with Google Sheet" -a || echo "No changes to commit."
git push
Expand Down

0 comments on commit 05d557e

Please sign in to comment.