From 391178243a2890b9c681549f206d42e7d81ec620 Mon Sep 17 00:00:00 2001 From: Thomas Bouldin Date: Thu, 20 Aug 2026 11:19:16 -0700 Subject: [PATCH] Print inputs as the first step of release-kits This helps debug action failures when several releases are happening at once and they fail early --- .github/workflows/release-kit.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release-kit.yaml b/.github/workflows/release-kit.yaml index 616609f26..674262b7d 100644 --- a/.github/workflows/release-kit.yaml +++ b/.github/workflows/release-kit.yaml @@ -51,6 +51,12 @@ jobs: permissions: contents: read steps: + - name: Print inputs + env: + INPUTS: ${{ toJSON(inputs) }} + run: | + echo "$INPUTS" + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # zizmor: ignore[artipacked] with: ref: "kits"