Retry rust release models fetch

This commit is contained in:
Sayan Sisodiya
2026-06-15 11:57:13 -07:00
parent 1b81365926
commit 0300cfbd3b

View File

@@ -44,7 +44,10 @@ jobs:
)
url="${base_url%/}/models?client_version=${client_version}"
curl --http1.1 --fail --show-error --location "${headers[@]}" "${url}" | jq '.' > codex-rs/models-manager/models.json
curl --http1.1 --fail --show-error --location \
--retry 2 \
--retry-delay 2 \
"${headers[@]}" "${url}" | jq '.' > codex-rs/models-manager/models.json
- name: Open pull request (if changed)
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0