#2: Pass inputs along to script

This commit is contained in:
mtkennerly 2023-03-28 15:46:56 +08:00
parent 6708a62e85
commit 339edcd818
No known key found for this signature in database
GPG key ID: E764BE00BE6E6408

View file

@ -37,3 +37,8 @@ runs:
- id: main - id: main
shell: bash shell: bash
run: python ${{ github.action_path }}/action.py run: python ${{ github.action_path }}/action.py
env:
INPUT_INSTALL: ${{ inputs.install }}
INPUT_ENV_VAR: ${{ inputs.env-var }}
INPUT_COMMAND: ${{ inputs.command }}
INPUT_ARGS: ${{ inputs.args }}