测试build action

This commit is contained in:
hanhh 2021-05-20 15:17:32 +08:00
parent 177150cb75
commit 95f8e9953a

View File

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