Update README

This commit is contained in:
howardwu 2020-06-15 17:12:29 -07:00
parent 7ce86f854e
commit 08acdf2be8
2 changed files with 4 additions and 3 deletions

View File

@ -37,7 +37,8 @@ jobs:
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git commit -m "Add markdown changes" -a
git add .
git commit -m "Add markdown changes"
- name: Push changes
uses: ad-m/github-push-action@master