Skip to content

Commit

Permalink
Enable variable interpolation in path to create-docker-action.py
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Dec 7, 2024
1 parent 9be7e08 commit ad7093b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ runs:
steps.pre-installed-python.outputs.python-path == ''
&& steps.new-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
# inside containers
# https://github.com/actions/runner/issues/2185#issuecomment-1683545859
Expand Down

0 comments on commit ad7093b

Please sign in to comment.