Disable warning on retry
This commit is contained in:
parent
36b092c800
commit
7a4b628ace
1 changed files with 1 additions and 0 deletions
1
.github/workflows/publish.yaml
vendored
1
.github/workflows/publish.yaml
vendored
|
@ -41,4 +41,5 @@ jobs:
|
||||||
timeout_seconds: 30
|
timeout_seconds: 30
|
||||||
max_attempts: 5
|
max_attempts: 5
|
||||||
retry_wait_seconds: 2
|
retry_wait_seconds: 2
|
||||||
|
warning_on_retry: false
|
||||||
command: curl -sSL --fail -m 10 https://gabnotes.org
|
command: curl -sSL --fail -m 10 https://gabnotes.org
|
||||||
|
|
Reference in a new issue