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 14456545c1
commit 4a1254a4be
8 changed files with 27 additions and 0 deletions
@@ -52,6 +52,10 @@ inputs:
runs:
using: 'composite'
steps:
- name: '📝 Print Inputs'
shell: 'bash'
run: 'echo "${{ toJSON(inputs) }}"'
- name: '👤 Configure Git User'
working-directory: '${{ inputs.working-directory }}'
shell: 'bash'