diff --git a/.workflow/fetch.yml b/.workflow/fetch.yml index 8df6761..5998ad1 100644 --- a/.workflow/fetch.yml +++ b/.workflow/fetch.yml @@ -25,9 +25,10 @@ stages: strategy: retry: '0' timeout: 4 - - step: + - step: build@nodejs name: push_repo displayName: push_repo + nodeVersion: 21.5.0 commands: - '# actions提交' - git config user.name "Gitee Actions"