Skip to content

Commit 250ba4a

Browse files
sroetwebknjaz
authored andcommitted
fix pre-commit not running in github web editor
1 parent 803a86e commit 250ba4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,8 @@ runs:
150150
&& steps.new-python.outputs.python-path
151151
|| steps.pre-installed-python.outputs.python-path
152152
}} '$GITHUB_ACTION_PATH/create-docker-action.py'
153-
# Use proposed workaround for ${{ github.action_path }} not working inside containers
153+
# Use proposed workaround for ${{ github.action_path }} not working
154+
# inside containers
154155
# https://github.com/actions/runner/issues/2185#issuecomment-1683545859
155156
env:
156157
REF: ${{ steps.set-repo-and-ref.outputs.ref }}

0 commit comments

Comments
 (0)