Skip to content

Commit

Permalink
Correctly set GitHub Actions bot
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623 committed May 24, 2024
1 parent 2d54d7d commit 9f223c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scrape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Commit and push changed files
run: |
git diff
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git config --global user.name 'github-actions[bot]'
git config --global user.name "github-actions[bot]"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add -A
git commit -m "🤖 Automated update (`date +%FT%T%z`)" || exit 0
git push

0 comments on commit 9f223c0

Please sign in to comment.