Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d98e2e1

Browse files
authoredNov 25, 2024··
Enable variable interpolation in path to create-docker-action.py
1 parent 0c148d6 commit d98e2e1

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
@@ -149,7 +149,7 @@ runs:
149149
steps.pre-installed-python.outputs.python-path == ''
150150
&& steps.new-python.outputs.python-path
151151
|| steps.pre-installed-python.outputs.python-path
152-
}} '$GITHUB_ACTION_PATH/create-docker-action.py'
152+
}} "${GITHUB_ACTION_PATH}"/create-docker-action.py
153153
# Use proposed workaround for ${{ github.action_path }} not working
154154
# inside containers
155155
# https://github.com/actions/runner/issues/2185#issuecomment-1683545859

0 commit comments

Comments
 (0)
Please sign in to comment.