#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: steps:
- id: main - id: main
shell: bash shell: bash
working-directory: ${{ github.action_path }} run: python -m action
run: python action.py
env: env:
PYTHONPATH: ${{ github.action_path }}
INPUT_INSTALL: ${{ inputs.install }} INPUT_INSTALL: ${{ inputs.install }}
INPUT_ENV_VAR: ${{ inputs.env-var }} INPUT_ENV_VAR: ${{ inputs.env-var }}
INPUT_COMMAND: ${{ inputs.command }} INPUT_COMMAND: ${{ inputs.command }}