mirror of
https://github.com/mtkennerly/dunamai-action.git
synced 2025-06-20 14:30:48 +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:
|
||||
- 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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue