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.
This commit is contained in:
Neil
2026-07-21 22:16:29 -07:00
committed by GitHub
parent 9d3ae3adc7
commit 5d0c29f729
+4
View File
@@ -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: