[GitHub Actions] Output from called reusable workflows via env context or GITHUB_ENV is not supported #25620
Closed
1 task done
Labels
actions
This issue or pull request should be reviewed by the docs actions team
content
This issue or pull request belongs to the Docs Content team
help wanted
Anyone is welcome to open a pull request to fix this issue
waiting for review
Issue/PR is waiting for a writer's review
Code of Conduct
What article on docs.github.com is affected?
Reusable Workflows
https://docs.github.com/en/actions/using-workflows/reusing-workflows
Reusable Workflows: Limitations
https://docs.github.com/en/actions/using-workflows/reusing-workflows#limitations
Reusable Workflows: Using outputs from a reusable workflow
https://docs.github.com/en/actions/using-workflows/reusing-workflows#using-outputs-from-a-reusable-workflow
What part(s) of the article would you like to see updated?
According to the Limitations:
The opposite is also not supported but it's not listed under the Limitations section.
Using outputs from a reusable workflow also does not mention anything about
env
context orGITHUB_ENV
as it's mainly focused on the output parameters.Adding this (i.e.
env
context orGITHUB_ENV
cannot be used to set env vars for output purposes) under the Limitations section would be helpful.Thanks!
Additional information
No response
The text was updated successfully, but these errors were encountered: