Update sync-to-dist.yml

This commit is contained in:
gently 2020-02-03 13:34:59 +08:00 committed by GitHub
parent a9c3b15b61
commit f63c77bf70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,7 @@ jobs:
cd ~/website
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add .
git commit -m "pull newest list." -a
- name: Push changes
uses: ad-m/github-push-action@master