From 145682160c17f8b921cc14c8ae2192bf6872f3b4 Mon Sep 17 00:00:00 2001 From: dream <13432095+dream-deve@user.noreply.gitee.com> Date: Sun, 18 May 2025 05:55:37 +0000 Subject: [PATCH] update fetch.yml --- .workflow/fetch.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.workflow/fetch.yml b/.workflow/fetch.yml index 5830b1d..bbae069 100644 --- a/.workflow/fetch.yml +++ b/.workflow/fetch.yml @@ -20,9 +20,13 @@ stages: commands: - '# 设置NPM源,提升安装速度' - 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 caches: [] notify: [] strategy: