mirror of
https://github.com/mtkennerly/dunamai-action.git
synced 2025-06-20 22:31:08 +00:00
#2: Pass inputs along to script
This commit is contained in:
parent
6708a62e85
commit
339edcd818
1 changed files with 5 additions and 0 deletions
|
@ -37,3 +37,8 @@ runs:
|
|||
- id: main
|
||||
shell: bash
|
||||
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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue