Add first step to print all inputs

This commit is contained in:
Dave Rolsky 2024-12-22 15:02:38 -06:00
parent b1824d4802
commit a1777f5838
No known key found for this signature in database

View File

@ -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