This commit is contained in:
test
2025-05-18 13:30:55 +08:00
parent 37e06955db
commit 20e77f458b

View File

@@ -19,13 +19,13 @@ stages:
nodeVersion: 21.5.0 nodeVersion: 21.5.0
commands: | commands: |
npm config set registry https://registry.npmmirror.com npm config set registry https://registry.npmmirror.com
&& npm install npm install
&& node fetchURLByWasm.js node fetchURLByWasm.js
&& git config user.name "Gitee流水线" git config user.name "Gitee流水线"
&& git config user.email "actions@githee.com" git config user.email "actions@githee.com"
&& git add . git add .
&& git diff --quiet && git diff --staged --quiet || git commit -m "Update by Gitee流水线" git diff --quiet && git diff --staged --quiet || git commit -m "Update by Gitee流水线"
&& git push git push
strategy: strategy:
retry: '0' retry: '0'
timeout: 5 timeout: 5