Skip to content

Commit

Permalink
Use github-actions user
Browse files Browse the repository at this point in the history
  • Loading branch information
josh authored Jul 9, 2024
1 parent c870d62 commit 3283e66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:

- name: Commit changes
run: |
git config user.name 'GitHub Actions'
git config user.email 'actions@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 .
git commit --message "Update data" || true
working-directory: data/
Expand Down

0 comments on commit 3283e66

Please sign in to comment.