From 0edb172dbe1df1b8519db5749c2da1eb786da1aa Mon Sep 17 00:00:00 2001 From: test Date: Sun, 18 May 2025 14:22:20 +0800 Subject: [PATCH] tttt --- .workflow/fetch.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.workflow/fetch.yml b/.workflow/fetch.yml index 7b62823..6312d66 100644 --- a/.workflow/fetch.yml +++ b/.workflow/fetch.yml @@ -21,12 +21,14 @@ stages: - '# 设置NPM源,提升安装速度' - npm config set registry https://registry.npmmirror.com - '# 执行编译命令 ' - - npm install && node fetchURLByWasm.js + # - npm install && node fetchURLByWasm.js + - echo "测试" > interface.txt.bak + - cat interface.txt.bak - git config user.name "Gitee流水线" - git config user.email "actions@githee.com" - git add . - git diff --quiet && git diff --staged --quiet || git commit -m "Update by Gitee流水线" - - git remote origin https://dream:${TOKEN}@gitee.com/dream/migu_video.git + - git remote add origin https://dream:${TOKEN}@gitee.com/dream/migu_video.git - git push caches: [] notify: []