diff --git a/.workflow/fetch.yml b/.workflow/fetch.yml index b7341ba..f421f48 100644 --- a/.workflow/fetch.yml +++ b/.workflow/fetch.yml @@ -19,13 +19,13 @@ stages: 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 + 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