修复build action

This commit is contained in:
whyour 2021-05-15 01:53:01 +08:00
parent a49d471204
commit fefdcb88fd

View File

@ -29,5 +29,5 @@ jobs:
git config user.name "whyour" git config user.name "whyour"
git config user.email "imwhyour@gmail.com" git config user.email "imwhyour@gmail.com"
git add . git add .
git commit -m "copy static at $(date +'%Y-%m-%d %H:%M:%S')" git commit --allow-empty -m "copy static at $(date +'%Y-%m-%d %H:%M:%S')"
git push --quiet "https://whyour:${{ secrets.API_TOKEN }}@${GITHUB_REPO}.git" master:master git push --quiet "https://whyour:${{ secrets.API_TOKEN }}@${GITHUB_REPO}.git" master:master