Skip to content

Commit

Permalink
#131 passing user and email to config
Browse files Browse the repository at this point in the history
  • Loading branch information
vaadin-miki committed Jun 13, 2020
1 parent f2f76d2 commit 89cc968
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/setversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
git checkout master
git checkout ${{ github.event.ref }}
git branch
git config user.email "${{ secrets.EMAIL }}"
git config user.name "Miki (bot)"
git merge master --strategy=ours
- name: Push resolved conflicts
uses: stefanzweifel/git-auto-commit-action@v4.1.6
Expand Down

0 comments on commit 89cc968

Please sign in to comment.