mirror of
https://github.com/mtkennerly/dunamai-action.git
synced 2025-06-20 22:31:08 +00:00
#2: Try not changing the working directory
This commit is contained in:
parent
4bce9dc241
commit
73a9619996
1 changed files with 2 additions and 2 deletions
|
@ -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 }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue