We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
create-docker-action.py
1 parent 9be7e08 commit ad7093bCopy full SHA for ad7093b
action.yml
@@ -149,7 +149,7 @@ runs:
149
steps.pre-installed-python.outputs.python-path == ''
150
&& steps.new-python.outputs.python-path
151
|| steps.pre-installed-python.outputs.python-path
152
- }} '$GITHUB_ACTION_PATH/create-docker-action.py'
+ }} "${GITHUB_ACTION_PATH}"/create-docker-action.py
153
# Use proposed workaround for ${{ github.action_path }} not working
154
# inside containers
155
# https://github.com/actions/runner/issues/2185#issuecomment-1683545859
0 commit comments