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
177150cb75
commit
95f8e9953a
3
.github/workflows/ build.yml
vendored
3
.github/workflows/ build.yml
vendored
|
@ -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
|
Loading…
Reference in New Issue
Block a user