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