Maybe fix

Copy/Paste from https://github.com/marketplace/actions/github-push
This commit is contained in:
J. Fronny 2019-12-20 14:21:25 +01:00 committed by GitHub
parent 509e262f95
commit 89eebf2f43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,9 +68,10 @@ jobs:
Write-Host "Remove UTF-8 BOM successfully"
}
echo "Pushing"
echo "Adding"
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add .
echo "Committing"
git commit -m "Automated update to Meta.xml"
git commit -m "Add changes" -a
echo "It work"
git push