Skip to content

Commit

Permalink
set action ref as the default version
Browse files Browse the repository at this point in the history
  • Loading branch information
tashima42 authored Jan 9, 2025
1 parent 1d22f36 commit 50bd9bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ description: 'Installs ecm-distro-tools scripts to the PATH.'
inputs:
version:
description: 'The tag of the ecm-distro-tools release to install.'
required: true
required: false
default: ${{ github.action_ref }}
install-script-version:
description: 'The version of the install script to use.'
required: false
Expand Down

0 comments on commit 50bd9bb

Please sign in to comment.