Skip to content

Commit

Permalink
Change commit user to github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AlirezaTheH committed May 28, 2022
1 parent 5ef3a2a commit f665b08
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ runs:

- name: Commit and push changes
run: |
git config --global user.name github-actions
git config --global user.email github-actions@github.com
git commit -am "Bump version" \
--author="${{ github.actor }} <${{ github.actor }}@github.com>"
git config user.name github-actions[bot]
git config user.email github-actions[bot]@users.noreply.github.com
git commit -am "Bump version" --author=\
"${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>"
git push
shell: bash

0 comments on commit f665b08

Please sign in to comment.