workflows/publish-commit-bottles: increase retry count
parent
d7e317137a
commit
c6fe159082
|
@ -80,7 +80,7 @@ jobs:
|
|||
brew pr-pull --verbose ${{github.event.client_payload.pull_request}}
|
||||
- name: Push bottle commit
|
||||
run: |
|
||||
for try in $(seq 5); do
|
||||
for try in $(seq 10); do
|
||||
git fetch
|
||||
git rebase origin/master
|
||||
if git push; then
|
||||
|
|
Loading…
Reference in New Issue