mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-11-22 08:31:08 -05:00
fix pre-commit not running in github web editor
This commit is contained in:
parent
b655c9d564
commit
0c148d6126
1 changed files with 2 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue