#2: Work around github.action_path slash parsing

This commit is contained in:
mtkennerly 2023-03-28 15:58:44 +08:00
parent 874636536a
commit 4bce9dc241
No known key found for this signature in database
GPG key ID: E764BE00BE6E6408

View file

@ -36,7 +36,8 @@ runs:
steps:
- id: main
shell: bash
run: python ${{ github.action_path }}/action.py
working-directory: ${{ github.action_path }}
run: python action.py
env:
INPUT_INSTALL: ${{ inputs.install }}
INPUT_ENV_VAR: ${{ inputs.env-var }}