Print inputs for all actions. (#10284)

This commit is contained in:
Tommaso Sciortino
2025-09-30 20:38:18 -07:00
committed by GitHub
parent 4c5ab80b7e
commit 46c884de51
8 changed files with 27 additions and 0 deletions
@@ -20,6 +20,10 @@ inputs:
runs:
using: 'composite'
steps:
- name: '📝 Print Inputs'
shell: 'bash'
run: 'echo "${{ toJSON(inputs) }}"'
- name: 'Setup Node.js'
uses: 'actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020'
with: