Skip to content

fix(aws) Get the github runner latest version from HTML instead of api#6

Merged
Yonatan Romero (romeroyonatan) merged 1 commit into
mainfrom
romeroyonatan/tools/debug-error-not-gzip-format
Jun 24, 2025
Merged

fix(aws) Get the github runner latest version from HTML instead of api#6
Yonatan Romero (romeroyonatan) merged 1 commit into
mainfrom
romeroyonatan/tools/debug-error-not-gzip-format

Conversation

@romeroyonatan

Copy link
Copy Markdown
Collaborator

Issue

We are hitting rate limits when we query the latest runner version

Solution

Scrap the version from the HTML releases page

curl --fail -L https://github.com/actions/runner/releases/latest | grep '/actions/runner/tree' | grep -oP 'v[.\d]+' | tr -d v | head -1

@romeroyonatan Yonatan Romero (romeroyonatan) changed the title fix(aws) Get thegithub runner latest version from HTML instead of api fix(aws) Get the github runner latest version from HTML instead of api Jun 24, 2025
@romeroyonatan Yonatan Romero (romeroyonatan) marked this pull request as ready for review June 24, 2025 16:15
@romeroyonatan Yonatan Romero (romeroyonatan) merged commit a8250c1 into main Jun 24, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants