This commit is contained in:
2025-07-10 23:13:09 -07:00
parent 483a743e54
commit b79df095a4
2 changed files with 8 additions and 1 deletions

View File

@@ -31,6 +31,13 @@ inputs:
runs:
using: "composite"
steps:
- name: "Print Inputs"
run: |
NAME="MinIO Copy"
echo "::group::$NAME - Inputs"
echo "${{ toJSON(inputs) }}"
echo "::endgroup::"
shell: bash
- name: "Build command."
id: command
run: |