Skip to content

Broken variables in "Passing information between jobs" #39697

@ab

Description

@ab

Code of Conduct

What article on docs.github.com is affected?

https://docs.github.com/en/actions/how-tos/write-workflows/choose-what-workflows-do/pass-job-outputs

What part(s) of the article would you like to see updated?

Variables are broken:

  output1: $

Should instead read:

  output1: ${{ steps.step1.outputs.test }}

Additional information

See commit: ad6f889#diff-60d2ad0fd3412116cc786ec81cf58060a950d1605eff32c64cb5bc2324e42b17

Metadata

Metadata

Assignees

No one assigned

    Labels

    contentThis issue or pull request belongs to the Docs Content teamtriageDo not begin working on this issue until triaged by the team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions