Skip to content

Typo about using outputs #1455

Description

@cassshh

What article on docs.github.com is affected?

https://docs.github.com/en/free-pro-team@latest/actions/creating-actions/metadata-syntax-for-github-actions

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

In the #outputs-for-composite-run-steps-actions section it speaks of outputs.<output_id.value>.
When I expected this to be outputs.<output_id>.value (the > placement) according to the surrounding documentation.
Just like it is for outputs.<output_id>.description

Expected
outputs.<output_id>.value

Actual
outputs.<output_id.value>

Additional information

N/A

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions