Update sync-to-dist.yml

pull/166/head
gently 5 years ago committed by GitHub
parent a9c3b15b61
commit f63c77bf70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save