Skip to content

Commit

Permalink
Update README.md example step to use github-actions[bot] user
Browse files Browse the repository at this point in the history
See the differences between these two 'users' here: actions/checkout#13 (comment)

As well as some investigation here: https://github.community/t/github-actions-bot-email-address/17204
  • Loading branch information
ChrisCarini authored Jan 1, 2021
1 parent c8d7f1d commit 4aa5b97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
run: |
echo ${{ github.ref }}
git add .
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git commit -m "CI: Automated build push" -a | exit 0
- name: Push changes
if: github.ref == 'refs/heads/master'
Expand Down

0 comments on commit 4aa5b97

Please sign in to comment.