Skip to content

Commit ad7093b

Browse files
committed
Enable variable interpolation in path to create-docker-action.py
1 parent 9be7e08 commit ad7093b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: action.yml

+1-1
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)