Skip to content

Commit

Permalink
Merge pull request #1 from ChrisCarini/patch-1
Browse files Browse the repository at this point in the history
Update README.md example step to use github-actions[bot] user
  • Loading branch information
vargiuscuola committed Jan 2, 2021
2 parents c8d7f1d + 4aa5b97 commit 30ae0f5
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 30ae0f5

Please sign in to comment.