From af3b9fece9363410a59fa7b551fa90d5e44dd4ee Mon Sep 17 00:00:00 2001 From: test Date: Sun, 18 May 2025 13:37:36 +0800 Subject: [PATCH] t --- .workflow/fetch.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.workflow/fetch.yml b/.workflow/fetch.yml index 9aaa96b..f2c306e 100644 --- a/.workflow/fetch.yml +++ b/.workflow/fetch.yml @@ -19,8 +19,8 @@ stages: nodeVersion: 21.5.0 commands: - npm config set registry https://registry.npmmirror.com - - npm install - - node fetchURLByWasm.js + - npm install && node fetchURLByWasm.js + - sleep 30 - git config user.name "Gitee流水线" - git config user.email "actions@githee.com" - git add .