From b79df095a444dc02dabafe9dae15e7f26bd57998 Mon Sep 17 00:00:00 2001 From: Scion Date: Thu, 10 Jul 2025 23:13:09 -0700 Subject: [PATCH] Test --- minio/mc-cp-previous-artifacts/action.yaml | 2 +- minio/mc-cp/action.yaml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/minio/mc-cp-previous-artifacts/action.yaml b/minio/mc-cp-previous-artifacts/action.yaml index dbf3e6c..2d8216d 100644 --- a/minio/mc-cp-previous-artifacts/action.yaml +++ b/minio/mc-cp-previous-artifacts/action.yaml @@ -80,7 +80,7 @@ runs: fi echo "destBucket=$BUCKET" >> "$GITHUB_OUTPUT" shell: bash - - name: "Copy files to Itch.io." + - name: "Copy files to MinIO." uses: act/common/minio/mc-cp@master with: target: ${{ steps.download.outputs.downloadedArtifactPath }} diff --git a/minio/mc-cp/action.yaml b/minio/mc-cp/action.yaml index f1cb5bc..c77b8d3 100644 --- a/minio/mc-cp/action.yaml +++ b/minio/mc-cp/action.yaml @@ -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: |