Skip to content

Commit

Permalink
Increase retries on error
Browse files Browse the repository at this point in the history
  • Loading branch information
jcapona committed Oct 31, 2023
1 parent 35459b8 commit 709fe54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-usb-setup-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: nick-fields/retry@v2
with:
timeout_minutes: 30
max_attempts: 10
max_attempts: 30
command: gsutil -m cp "gs://${{ secrets.GCS_PACKAGES_UPLOAD_BUCKET }}/updates.tar.gz" .

- name: Prepare folder structure
Expand Down

0 comments on commit 709fe54

Please sign in to comment.