This commit is contained in:
Stefan Zweifel 2019-06-10 15:32:33 +02:00
parent c5f010d3cf
commit 481a78354b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
set -eu
git config --global user.email "actions@github.com"
git config --global user.name "Github Actions"
git config --global user.name "GitHub Actions"
git add -A
git status