We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c661517 commit 4bc5f04Copy full SHA for 4bc5f04
1 file changed
action.yml
@@ -25,11 +25,12 @@ runs:
25
cd "${GITHUB_WORKSPACE}" || exit 1
26
TEMP_PATH="$(mktemp -d)"
27
PATH="${TEMP_PATH}:$PATH"
28
- curl -sfL "https://raw.githubusercontent.com/Songmu/tagpr/${ACTION_REF}/install.sh" | sh -s -- -b "$TEMP_PATH" "${{ inputs.version }}" 2>&1
+ curl -sfL "https://raw.githubusercontent.com/Songmu/tagpr/${ACTION_REF}/install.sh" | sh -s -- -b "$TEMP_PATH" "$TAGPR_VERSION" 2>&1
29
tagpr
30
shell: bash
31
env:
32
ACTION_REF: ${{ github.action_ref }}
33
+ TAGPR_VERSION: ${{ inputs.version }}
34
TAGPR_CONFIG_FILE: ${{ inputs.config }}
35
branding:
36
icon: 'git-pull-request'
0 commit comments