diff --git a/.github/workflows/issue.yml b/.github/workflows/issue.yml index 5ca0731..4149498 100644 --- a/.github/workflows/issue.yml +++ b/.github/workflows/issue.yml @@ -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