From 5d0c29f7299c10e4e1e021ba930353db35f0520f Mon Sep 17 00:00:00 2001 From: Neil <4138956+nwparker@users.noreply.github.com> Date: Tue, 21 Jul 2026 22:16:29 -0700 Subject: [PATCH] ci(release-cut): show workflow_dispatch inputs in job summary (#9866) Mirror the noqa deploy workflow pattern so Cut Release runs surface kind/ref/dry_run/version_suffix as a table under Workflow Input Parameters. --- .github/workflows/release-cut.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release-cut.yml b/.github/workflows/release-cut.yml index 605645186fb..2c48d466305 100644 --- a/.github/workflows/release-cut.yml +++ b/.github/workflows/release-cut.yml @@ -68,6 +68,10 @@ jobs: should_release: ${{ steps.tag.outputs.tag != '' || steps.version.outputs.recovered_tag != '' }} latest_published_rc_tag: ${{ steps.publish_drafts.outputs.latest_published_tag }} steps: + # Surfaces workflow_dispatch inputs as a table in the job summary + # (kind, ref, dry_run, version_suffix) so runs are easy to audit. + - uses: m-s-abeer/update-gha-summary-with-workflow-inputs@v1 + - name: Checkout ref uses: actions/checkout@v6 with: