Skip to content

Commit

Permalink
Add missing commit username and email
Browse files Browse the repository at this point in the history
  • Loading branch information
AlirezaTheH committed May 28, 2022
1 parent cdef8a3 commit 5ef3a2a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ runs:

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

0 comments on commit 5ef3a2a

Please sign in to comment.