Added a rerun function if the task fails

This commit is contained in:
FoxStorm1 2023-09-19 19:51:40 +01:00 committed by GitHub
parent a27af3c205
commit a86cc499e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,9 +21,11 @@ concurrency:
jobs:
generate:
runs-on: ubuntu-latest
permissions:
contents: write
strategy:
matrix:
retry-max: [3] # Set the maximum number of retries here
steps:
- uses: actions/checkout@v3