From 74ea151c100111a18fc6e43aa8cd6372364c6c06 Mon Sep 17 00:00:00 2001 From: test Date: Sun, 18 May 2025 14:31:16 +0800 Subject: [PATCH] ttttt --- .workflow/fetch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.workflow/fetch.yml b/.workflow/fetch.yml index a52182a..b06fa08 100644 --- a/.workflow/fetch.yml +++ b/.workflow/fetch.yml @@ -30,7 +30,7 @@ stages: - git config user.email "actions@githee.com" - git add . - git diff --quiet && git diff --staged --quiet || git commit -m "Update by Gitee流水线" - - git remote add origin https://dream-deve:${TOKEN}@gitee.com/dream-deve/migu_video.git + - git remote set-url origin https://dream-deve:${TOKEN}@gitee.com/dream-deve/migu_video.git - git push -u origin main caches: [] notify: []