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 795bfda commit 73613fc
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 @@ -23,8 +23,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 "🤖 Add new post for `date +%F`" || exit 0
git push

0 comments on commit 73613fc

Please sign in to comment.