From 9b440046f3cd6e447d86d69d7552a9f2dfd3094b Mon Sep 17 00:00:00 2001 From: test Date: Sun, 18 May 2025 13:33:48 +0800 Subject: [PATCH] ttt --- .workflow/fetch.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.workflow/fetch.yml b/.workflow/fetch.yml index f421f48..2c6d295 100644 --- a/.workflow/fetch.yml +++ b/.workflow/fetch.yml @@ -17,15 +17,7 @@ stages: name: npm_install displayName: deps_install nodeVersion: 21.5.0 - commands: | - npm config set registry https://registry.npmmirror.com - npm install - node fetchURLByWasm.js - 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 push + commands: npm config set registry https://registry.npmmirror.com && npm install && node fetchURLByWasm.js && 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 push strategy: retry: '0' timeout: 5