Test
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user