Set git user name/email

This commit is contained in:
Sven Weidauer 2020-12-31 00:09:39 +01:00
parent 4b95b9009b
commit 742b50f81f

View file

@ -6,7 +6,7 @@ name: Create new formula version
jobs:
upload-release:
name: Upload Release Asset
name: Create new formula version
runs-on: ubuntu-latest
steps:
- name: Checkout formula repo
@ -32,6 +32,9 @@ jobs:
end
EOF
git config user.name github-actions
git config user.email github-actions@github.com
git add Formula/make-colors.rb
git commit -m "Update formula for ${{ github.event.release.tag_name }}"
git push