1
0
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:
🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) 2024-11-26 00:49:06 +01:00 committed by GitHub
parent 0c148d6126
commit d98e2e154c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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