Skip to content

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

Description

@stecullum

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'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions