mirror of
https://github.com/mtkennerly/dunamai-action.git
synced 2025-06-20 22:31:08 +00:00
#2: Work around github.action_path slash parsing
This commit is contained in:
parent
874636536a
commit
4bce9dc241
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@ runs:
|
||||||
steps:
|
steps:
|
||||||
- id: main
|
- id: main
|
||||||
shell: bash
|
shell: bash
|
||||||
run: python ${{ github.action_path }}/action.py
|
working-directory: ${{ github.action_path }}
|
||||||
|
run: python action.py
|
||||||
env:
|
env:
|
||||||
INPUT_INSTALL: ${{ inputs.install }}
|
INPUT_INSTALL: ${{ inputs.install }}
|
||||||
INPUT_ENV_VAR: ${{ inputs.env-var }}
|
INPUT_ENV_VAR: ${{ inputs.env-var }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue