Skip to content

Commit

Permalink
add a custom install script version (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
tashima42 committed Aug 8, 2024
1 parent a48507d commit 7e490a1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7e490a1

Please sign in to comment.