mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 00:02:31 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user