diff --git a/action.yml b/action.yml index 132eb4e..de63026 100644 --- a/action.yml +++ b/action.yml @@ -150,7 +150,8 @@ runs: && steps.new-python.outputs.python-path || steps.pre-installed-python.outputs.python-path }} '$GITHUB_ACTION_PATH/create-docker-action.py' - # Use proposed workaround for ${{ github.action_path }} not working inside containers + # Use proposed workaround for ${{ github.action_path }} not working + # inside containers # https://github.com/actions/runner/issues/2185#issuecomment-1683545859 env: REF: ${{ steps.set-repo-and-ref.outputs.ref }}