Skip to content

Commit

Permalink
Switch back to container-friendly path var
Browse files Browse the repository at this point in the history
Resolves #55
  • Loading branch information
rossjrw committed May 22, 2023
1 parent b3a95bc commit 183082f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ runs:

- name: Determine action version
run: |
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)
echo "action_version=$action_version" >> "$GITHUB_ENV"
shell: bash

Expand Down

0 comments on commit 183082f

Please sign in to comment.