Skip to content

Commit

Permalink
increase the timeout and retry delay for steam
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Feb 3, 2025
1 parent f72118e commit bca91ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/watch-df-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
- name: Compare branch metadata
uses: nick-fields/retry@v3
with:
timeout_minutes: 2
timeout_minutes: 5
retry_wait_seconds: 60
command: |
blob=$(wget 'https://api.steamcmd.net/v1/info/975370?pretty=1' -O- | \
awk '/^ *"branches"/,0' | \
Expand Down

0 comments on commit bca91ec

Please sign in to comment.