From a761a483314ee6a54f33f565d0e2388b732fb4cb Mon Sep 17 00:00:00 2001 From: abdellahhanane Date: Wed, 4 Mar 2026 22:46:49 -0500 Subject: [PATCH] add changelot Signed-off-by: abdellahhanane --- .changeset/few-clouds-pull.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/few-clouds-pull.md diff --git a/.changeset/few-clouds-pull.md b/.changeset/few-clouds-pull.md new file mode 100644 index 0000000000..52c338ac63 --- /dev/null +++ b/.changeset/few-clouds-pull.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-scaffolder-backend-module-github': patch +--- + +Added optional returnWorkflowRunDetails input to github:actions:dispatch action. When true, exposes workflowRunId, workflowRunUrl, and workflowRunHtmlUrl as outputs using the GitHub API return_run_details parameter.