Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat Request: Can we add support for picking the version of the runner ${config.input.runnerVersion} #205

Open
stecullum opened this issue Nov 15, 2024 · 1 comment

Comments

@stecullum
Copy link

Currently the Runner version is hard coded

curl -O -L https://github.com/actions/runner/releases/download/v2.313.0/actions-runner-linux-${RUNNER_ARCH}-2.313.0.tar.gz'

Can we add support to allow us to choose the version ( its currently at 2.321.0 )

eg...

runner-version: 2.321.0

curl -O -L https://github.com/actions/runner/releases/download/v${config.input.runnerVersion}/actions-runner-linux-${RUNNER_ARCH}-${config.input.runnerVersion}.tar.gz'

@Preen
Copy link
Collaborator

Preen commented Nov 15, 2024

@stecullum Sounds like a good idea, but always have a default fallback. I dont have the time to do this right now, but if you do and send in a pull request I will review it and merge it in everything works as it should.

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

No branches or pull requests

2 participants