Add first step to print all inputs
This commit is contained in:
parent
b1824d4802
commit
a1777f5838
@ -53,6 +53,10 @@ inputs:
|
||||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
- name: Show inputs
|
||||
shell: bash
|
||||
run: |
|
||||
echo '${{ toJSON(inputs) }}'
|
||||
- name: Add this action's path to PATH
|
||||
shell: bash
|
||||
run: echo "${{ github.action_path }}" >> $GITHUB_PATH
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user