-
Notifications
You must be signed in to change notification settings - Fork 63.3k
Closed
Labels
actionsThis issue or pull request should be reviewed by the docs actions teamThis issue or pull request should be reviewed by the docs actions teamcontentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content team
Description
Code of Conduct
- I have read and agree to the GitHub Docs project's Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/actions/reference/workflow-commands-for-github-actions
What part(s) of the article would you like to see updated?
The section Using workflow commands to access toolkit functions doesn't cover the notice
command, but does include warning
and error
.
The equivalent @actions/core
toolkit functions are all documented at: https://github.com/actions/toolkit/tree/main/packages/core#annotations. That suggests the notice
feature is not intentionally being left undocumented.
I'd like to add the notice
command to the workflow commands page, so its documented for people writing non-js actions.
Additional information
No response
Metadata
Metadata
Assignees
Labels
actionsThis issue or pull request should be reviewed by the docs actions teamThis issue or pull request should be reviewed by the docs actions teamcontentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content team