mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 23:43:41 +08:00
chore: retry 3 min
This commit is contained in:
parent
8559128f61
commit
35530f9fe8
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
- name: download node
|
||||
uses: nick-fields/retry@v2
|
||||
with:
|
||||
timeout_minutes: 10
|
||||
timeout_minutes: 3
|
||||
max_attempts: 3
|
||||
command: node -v
|
||||
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
- name: download node
|
||||
uses: nick-fields/retry@v2
|
||||
with:
|
||||
timeout_minutes: 10
|
||||
timeout_minutes: 3
|
||||
max_attempts: 3
|
||||
command: node -v
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user