Skip to content

Commit

Permalink
Update matrix_multi_build_and_release_customs_tags.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
userdocs committed May 22, 2023
1 parent e10f218 commit 2773bf9
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -218,4 +218,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Trigger rerun workflow on job failures
run: gh workflow run rerun.yml -f run_id=${{ github.run_id }} -f attempts=${{ github.run_attempt }} -f retries=${{ inputs.retries }}
run: |
inputs_retries="${{ inputs.retries }}"
gh workflow run rerun.yml -f run_id=${{ github.run_id }} -f attempts=${{ github.run_attempt }} -f retries=${inputs_retries:-5}

0 comments on commit 2773bf9

Please sign in to comment.