Remove [Added] from Action commit message

This commit is contained in:
tycrek 2020-05-21 20:52:40 -06:00
parent db6f93fd93
commit 58d624eeba
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
git add README-test.md
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git commit -m "[Action] Generate README.md"
git commit -m "Generated README.md"
- name: Push
uses: ad-m/github-push-action@master
with: