Skip to content

Commit

Permalink
Update issue.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
coopeeo authored Apr 3, 2024
1 parent b5aaccc commit b2e9cb8
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,12 @@ jobs:
- name: Download File
continue-on-error: true
id: download_file
#uses: nick-fields/retry@v3
#with:
#timeout_minutes: 2
#shell: bash
#max_attempts: 5
#command: |
run: |
uses: nick-fields/retry@v3
with:
timeout_minutes: 2
shell: bash
max_attempts: 5
command: |
echo has_issues=NO >> $GITHUB_ENV
set +e
Expand Down

0 comments on commit b2e9cb8

Please sign in to comment.