#2: Try not changing the working directory

This commit is contained in:
mtkennerly 2023-03-28 16:07:41 +08:00
parent 4bce9dc241
commit 73a9619996
No known key found for this signature in database
GPG key ID: E764BE00BE6E6408

View file

@ -36,9 +36,9 @@ runs:
steps:
- id: main
shell: bash
working-directory: ${{ github.action_path }}
run: python action.py
run: python -m action
env:
PYTHONPATH: ${{ github.action_path }}
INPUT_INSTALL: ${{ inputs.install }}
INPUT_ENV_VAR: ${{ inputs.env-var }}
INPUT_COMMAND: ${{ inputs.command }}