diff --git a/action.yml b/action.yml index c33ac8fb..700eb380 100644 --- a/action.yml +++ b/action.yml @@ -4,11 +4,15 @@ inputs: version: description: 'The tag of the ecm-distro-tools release to install.' required: true + install-script-version: + description: 'The version of the install script to use.' + required: false + default: ${{ github.action_ref }} runs: using: 'composite' steps: - env: - INSTALL_SCRIPT_TAG: ${{ github.action_ref }} + INSTALL_SCRIPT_TAG: ${{ inputs.install-script-version }} shell: bash run: | INSTALL_SCRIPT_PATH="${RUNNER_TEMP}/install.sh"