Skip to content

Commit

Permalink
git commit email change
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesAlfonse authored Dec 9, 2024
1 parent 6b931c5 commit 105880d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Synchronize_Sheet_and_DB.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Commit and Push Database Files
run: |
git config user.name "${{ github.actor }}"
git config user.email "github-actions@github.com"
git config user.email "${{ github.actor }}@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 105880d

Please sign in to comment.