Skip to content

Commit 44f1e99

Browse files
author
Tadayuki Onishi
committed
using action version for tagpr installer of action
1 parent 0824cb6 commit 44f1e99

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@ runs:
2525
cd "${GITHUB_WORKSPACE}" || exit 1
2626
TEMP_PATH="$(mktemp -d)"
2727
PATH="${TEMP_PATH}:$PATH"
28-
curl -sfL "https://raw.githubusercontent.com/Songmu/tagpr/${{ inputs.version }}/install.sh" | sh -s -- -b "$TEMP_PATH" "${{ inputs.version }}" 2>&1
28+
curl -sfL "https://raw.githubusercontent.com/Songmu/tagpr/${ACTION_VERSION}/install.sh" | sh -s -- -b "$TEMP_PATH" "${{ inputs.version }}" 2>&1
2929
tagpr
3030
shell: bash
3131
env:
3232
TAGPR_CONFIG_FILE: ${{ inputs.config }}
33+
ACTION_VERSION: "v1.6.0"
3334
branding:
3435
icon: 'git-pull-request'
3536
color: 'blue'

0 commit comments

Comments
 (0)