From ee21b1ff3e69c9ab507ddd7a00606cfef5b6dd79 Mon Sep 17 00:00:00 2001 From: Matt C <41025489+mcummings128@users.noreply.github.com> Date: Thu, 19 Mar 2026 00:03:07 -0400 Subject: [PATCH 1/2] Update pass-job-outputs.md In the "Next Steps" section, adds a link about how to pass outputs between workflows. This link should be present because one would expect information about this scenario somewhere on this page, as that's exactly what I experienced. Having this link leads to less Googling and needless searching. --- .../choose-what-workflows-do/pass-job-outputs.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/actions/how-tos/write-workflows/choose-what-workflows-do/pass-job-outputs.md b/content/actions/how-tos/write-workflows/choose-what-workflows-do/pass-job-outputs.md index 54a62a0af836..92db9e95ae2a 100644 --- a/content/actions/how-tos/write-workflows/choose-what-workflows-do/pass-job-outputs.md +++ b/content/actions/how-tos/write-workflows/choose-what-workflows-do/pass-job-outputs.md @@ -65,3 +65,6 @@ contentType: how-tos To learn more about job outputs and the `needs` context, see the following sections of [AUTOTITLE](/actions/reference/workflow-syntax-for-github-actions#jobsjob_idoutputs): * [`jobs..outputs`](/actions/reference/workflow-syntax-for-github-actions#jobsjob_idoutputs) * [`jobs..needs`](/actions/reference/workflow-syntax-for-github-actions#jobsjob_idneeds) + +To learn more about passing job outputs from one workflow to another, see the following section of [AUTOTITLE](/actions/how-tos/reuse-automations/reuse-workflows): +* [Using outputs from a reusable workflow](https://docs.github.com/en/actions/how-tos/reuse-automations/reuse-workflows#using-outputs-from-a-reusable-workflow) From c09e7144c03ff89e89976803a2dbae22204b44a7 Mon Sep 17 00:00:00 2001 From: Matt C <41025489+mcummings128@users.noreply.github.com> Date: Thu, 19 Mar 2026 00:13:06 -0400 Subject: [PATCH 2/2] Update pass-job-outputs.md Should hopefully make the docs.github status check pass --- .../choose-what-workflows-do/pass-job-outputs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/how-tos/write-workflows/choose-what-workflows-do/pass-job-outputs.md b/content/actions/how-tos/write-workflows/choose-what-workflows-do/pass-job-outputs.md index 92db9e95ae2a..f75a7ac45a0c 100644 --- a/content/actions/how-tos/write-workflows/choose-what-workflows-do/pass-job-outputs.md +++ b/content/actions/how-tos/write-workflows/choose-what-workflows-do/pass-job-outputs.md @@ -67,4 +67,4 @@ To learn more about job outputs and the `needs` context, see the following secti * [`jobs..needs`](/actions/reference/workflow-syntax-for-github-actions#jobsjob_idneeds) To learn more about passing job outputs from one workflow to another, see the following section of [AUTOTITLE](/actions/how-tos/reuse-automations/reuse-workflows): -* [Using outputs from a reusable workflow](https://docs.github.com/en/actions/how-tos/reuse-automations/reuse-workflows#using-outputs-from-a-reusable-workflow) +* [Using outputs from a reusable workflow](/actions/how-tos/reuse-automations/reuse-workflows#using-outputs-from-a-reusable-workflow)