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 b3a95bc commit 183082fCopy full SHA for 183082f
action.yml
@@ -111,7 +111,7 @@ runs:
111
112
- name: Determine action version
113
run: |
114
- action_version=$("${{ github.action_path }}/lib/find-current-git-tag.sh" -p $actionrepo -f $actionref)
+ action_version=$("$GITHUB_ACTION_PATH/lib/find-current-git-tag.sh" -p $actionrepo -f $actionref)
115
echo "action_version=$action_version" >> "$GITHUB_ENV"
116
shell: bash
117
0 commit comments