Update GitHub Actions yaml

Retry feature
This commit is contained in:
daydreamer-json 2024-07-09 16:43:09 +09:00 committed by GitHub
parent 5037f64d96
commit 7ea1afb947
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,9 +25,17 @@ jobs:
- name: Install dependencies
run: npm i
- name: Run old script
run: node src/run.js
uses: nick-fields/retry@v3
with:
timeout_minutes: 5
max_attempts: 5
command: node src/run.js
- name: Run HoYoPlay script
run: node src/runHYP.js
uses: nick-fields/retry@v3
with:
timeout_minutes: 5
max_attempts: 5
command: node src/runHYP.js
- name: Run Markdown generate script
run: node src/generateMarkdown.js
- name: Git staging