Skip to content

Commit 183082f

Browse files
committed
Switch back to container-friendly path var
Resolves #55
1 parent b3a95bc commit 183082f

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
@@ -111,7 +111,7 @@ runs:
111111

112112
- name: Determine action version
113113
run: |
114-
action_version=$("${{ github.action_path }}/lib/find-current-git-tag.sh" -p $actionrepo -f $actionref)
114+
action_version=$("$GITHUB_ACTION_PATH/lib/find-current-git-tag.sh" -p $actionrepo -f $actionref)
115115
echo "action_version=$action_version" >> "$GITHUB_ENV"
116116
shell: bash
117117

0 commit comments

Comments
 (0)