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 a521609 commit ee2fd20Copy full SHA for ee2fd20
action.yml
@@ -58,7 +58,7 @@ runs:
58
else
59
download_url="https://github.com/codacy/git-version/releases/download/${{ inputs.tool-version }}/git-version"
60
fi
61
- curl -Ls "$download_url" > "$TOOL_INSTALLATION_PATH/git-version"
+ curl -Ls "$download_url" > "${{ inputs.tool-installation-path }}/git-version"
62
chmod +x "${{ inputs.tool-installation-path }}/git-version"
63
- id: previous-version
64
shell: bash
0 commit comments