Skip to content

Show trigger-summary

show trigger-summary - Generate release trigger summary

The show trigger-summary command generates a formatted summary when a release workflow is triggered. This command is designed to be used in GitHub Actions workflows to create consistent trigger summaries. The output is formatted as Markdown and can be redirected to $GITHUB_STEP_SUMMARY.

Flags

Flag Description
--module Module name (required)
--workflow Workflow filename (required)
--workflow-desc Workflow description
--version Version being released (optional)
--trigger-run-id Original trigger workflow run ID
--ci-run-id CI workflow run ID (required)
--branch Git branch name (required)
--commit Git commit SHA (required)

Notes

Expected Output:

  • Markdown-formatted trigger summary with workflow and property tables
  • Shows workflow name and description
  • Shows version, run IDs, branch, and commit information

See Also


Tutorials | How-to Guides | Explanation | Reference

You are here: Reference — information-oriented technical descriptions of the system.