Skip to content

Commit ee21b1f

Browse files
authored
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.
1 parent 974a0cc commit ee21b1f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/actions/how-tos/write-workflows/choose-what-workflows-do/pass-job-outputs.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,6 @@ contentType: how-tos
6565
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):
6666
* [`jobs.<job_id>.outputs`](/actions/reference/workflow-syntax-for-github-actions#jobsjob_idoutputs)
6767
* [`jobs.<job_id>.needs`](/actions/reference/workflow-syntax-for-github-actions#jobsjob_idneeds)
68+
69+
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):
70+
* [Using outputs from a reusable workflow](https://docs.github.com/en/actions/how-tos/reuse-automations/reuse-workflows#using-outputs-from-a-reusable-workflow)

0 commit comments

Comments
 (0)