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 0824cb6 commit 44f1e99Copy full SHA for 44f1e99
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/${{ inputs.version }}/install.sh" | sh -s -- -b "$TEMP_PATH" "${{ inputs.version }}" 2>&1
+ curl -sfL "https://raw.githubusercontent.com/Songmu/tagpr/${ACTION_VERSION}/install.sh" | sh -s -- -b "$TEMP_PATH" "${{ inputs.version }}" 2>&1
29
tagpr
30
shell: bash
31
env:
32
TAGPR_CONFIG_FILE: ${{ inputs.config }}
33
+ ACTION_VERSION: "v1.6.0"
34
branding:
35
icon: 'git-pull-request'
36
color: 'blue'
0 commit comments