This commit is contained in:
test
2025-05-18 14:19:29 +08:00
parent 05199b94d8
commit 23b3d258fb

View File

@@ -26,7 +26,7 @@ stages:
- git config user.email "actions@githee.com" - git config user.email "actions@githee.com"
- git add . - git add .
- git diff --quiet && git diff --staged --quiet || git commit -m "Update by Gitee流水线" - git diff --quiet && git diff --staged --quiet || git commit -m "Update by Gitee流水线"
- git remote set-url origin https://dream:$TOKEN@gitee.com/dream/migu_video.git - git remote origin https://dream:${TOKEN}@gitee.com/dream/migu_video.git
- git push - git push
caches: [] caches: []
notify: [] notify: []