Skip to content

Commit

Permalink
fix pre-commit not running in github web editor
Browse files Browse the repository at this point in the history
  • Loading branch information
sroet authored Nov 19, 2024
1 parent b655c9d commit 0c148d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 0c148d6

Please sign in to comment.