mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 23:06:06 +08:00
修复build action
This commit is contained in:
parent
a49d471204
commit
fefdcb88fd
2
.github/workflows/ build.yml
vendored
2
.github/workflows/ build.yml
vendored
|
@ -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
|
Loading…
Reference in New Issue
Block a user