Skip to content

Commit

Permalink
chore(actions): fix push ci user (#1124)
Browse files Browse the repository at this point in the history
  • Loading branch information
vascoalramos committed Oct 20, 2022
1 parent 9124791 commit 287a013
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:

- name: Configure Git
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git config --local user.email "[email protected]"
git config --local user.name "Azory"
git config --local core.autocrlf false
- name: Convert changelog from md to rst
Expand Down

0 comments on commit 287a013

Please sign in to comment.