We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0c65d7 commit c5811fbCopy full SHA for c5811fb
.github/actions/runner_setup/action.yml
@@ -16,5 +16,4 @@ runs:
16
- name: Install awscli
17
shell: bash
18
run: |
19
- .github/retry.sh 3 10 sudo apt-get update
20
- .github/retry.sh 3 10 sudo apt-get install -y awscli
+ .github/retry.sh 10 30 sudo apt-get install -y awscli
0 commit comments