You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
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...
curl -O -L https://github.com/actions/runner/releases/download/v${config.input.runnerVersion}/actions-runner-linux-${RUNNER_ARCH}-${config.input.runnerVersion}.tar.gz'
The text was updated successfully, but these errors were encountered: