Skip to content

Commit

Permalink
increase wait time between steam query retries
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Feb 3, 2025
1 parent 1286534 commit 4e36228
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 @@ -117,7 +117,8 @@ jobs:
- name: Compare versions
uses: nick-fields/retry@v3
with:
timeout_minutes: 2
timeout_minutes: 5
retry_wait_seconds: 60
command: |
version=$(wget "${{ matrix.url }}" -qO- | tr '"' '\n' | fgrep 'tar.bz2' | head -n1 | sed -r 's/${{ matrix.prefix }}_([0-9]{2})_([0-9]{2})_linux.tar.bz2/\1.\2/')
echo "latest ${{ matrix.channel }} version: $version"
Expand Down

0 comments on commit 4e36228

Please sign in to comment.