We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 803a86e commit 250ba4aCopy full SHA for 250ba4a
action.yml
@@ -150,7 +150,8 @@ runs:
150
&& steps.new-python.outputs.python-path
151
|| steps.pre-installed-python.outputs.python-path
152
}} '$GITHUB_ACTION_PATH/create-docker-action.py'
153
- # Use proposed workaround for ${{ github.action_path }} not working inside containers
+ # Use proposed workaround for ${{ github.action_path }} not working
154
+ # inside containers
155
# https://github.com/actions/runner/issues/2185#issuecomment-1683545859
156
env:
157
REF: ${{ steps.set-repo-and-ref.outputs.ref }}
0 commit comments