mirror of
https://github.com/pypa/gh-action-pypi-publish
synced 2024-11-30 21:22:28 +08:00
Enable variable interpolation in path to create-docker-action.py
This commit is contained in:
parent
0c148d6126
commit
d98e2e154c
@ -149,7 +149,7 @@ runs:
|
|||||||
steps.pre-installed-python.outputs.python-path == ''
|
steps.pre-installed-python.outputs.python-path == ''
|
||||||
&& steps.new-python.outputs.python-path
|
&& steps.new-python.outputs.python-path
|
||||||
|| steps.pre-installed-python.outputs.python-path
|
|| steps.pre-installed-python.outputs.python-path
|
||||||
}} '$GITHUB_ACTION_PATH/create-docker-action.py'
|
}} "${GITHUB_ACTION_PATH}"/create-docker-action.py
|
||||||
# Use proposed workaround for ${{ github.action_path }} not working
|
# Use proposed workaround for ${{ github.action_path }} not working
|
||||||
# inside containers
|
# inside containers
|
||||||
# https://github.com/actions/runner/issues/2185#issuecomment-1683545859
|
# https://github.com/actions/runner/issues/2185#issuecomment-1683545859
|
||||||
|
Loading…
Reference in New Issue
Block a user