Skip to content

Commit ee2fd20

Browse files
authored
fix: syntax
1 parent a521609 commit ee2fd20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ runs:
5858
else
5959
download_url="https://github.com/codacy/git-version/releases/download/${{ inputs.tool-version }}/git-version"
6060
fi
61-
curl -Ls "$download_url" > "$TOOL_INSTALLATION_PATH/git-version"
61+
curl -Ls "$download_url" > "${{ inputs.tool-installation-path }}/git-version"
6262
chmod +x "${{ inputs.tool-installation-path }}/git-version"
6363
- id: previous-version
6464
shell: bash

0 commit comments

Comments
 (0)