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 f72118e commit bca91ecCopy full SHA for bca91ec
1 file changed
.github/workflows/watch-df-release.yml
@@ -31,7 +31,8 @@ jobs:
31
- name: Compare branch metadata
32
uses: nick-fields/retry@v3
33
with:
34
- timeout_minutes: 2
+ timeout_minutes: 5
35
+ retry_wait_seconds: 60
36
command: |
37
blob=$(wget 'https://api.steamcmd.net/v1/info/975370?pretty=1' -O- | \
38
awk '/^ *"branches"/,0' | \
0 commit comments