diff --git a/.github/workflows/Synchronize_Sheet_and_DB.yml b/.github/workflows/Synchronize_Sheet_and_DB.yml index 251f34d..846ea28 100644 --- a/.github/workflows/Synchronize_Sheet_and_DB.yml +++ b/.github/workflows/Synchronize_Sheet_and_DB.yml @@ -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