From d556b00d45aafba9344534fd7fcb1fd20df6156f Mon Sep 17 00:00:00 2001 From: test Date: Sun, 18 May 2025 14:30:05 +0800 Subject: [PATCH] ttttt --- .workflow/fetch.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.workflow/fetch.yml b/.workflow/fetch.yml index 50803d0..a52182a 100644 --- a/.workflow/fetch.yml +++ b/.workflow/fetch.yml @@ -30,8 +30,8 @@ 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:${TOKEN}@gitee.com/dream/migu_video.git - - git push + - git remote add origin https://dream-deve:${TOKEN}@gitee.com/dream-deve/migu_video.git + - git push -u origin main caches: [] notify: [] strategy: