Skip to content

Commit

Permalink
use github-actions[bot] user for latest events (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth committed Jun 7, 2021
1 parent c1e6cea commit 3244654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-latest-events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
bundle exec rake update_data:all
- name: Commit files
run: |
git config --local user.email "github-actions@example.com"
git config --local user.name "GitHub Actions"
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git add .
git commit -am "[nodoc] Updating Data files: `date`" || echo "No changes to commit"
- name: Push changes
Expand Down

0 comments on commit 3244654

Please sign in to comment.