1
0
mirror of synced 2025-12-23 11:54:18 -05:00

Update content/actions/creating-actions/metadata-syntax-for-github-actions.md

Co-authored-by: Martin Lopes <martin389@github.com>
This commit is contained in:
Simran
2021-04-01 12:43:08 +02:00
committed by GitHub
parent 442ecf1b0c
commit c8b515c549

View File

@@ -78,7 +78,7 @@ For example, if a workflow defined the `numOctocats` and `octocatEyeColor` input
#### `inputs.<input_id>.deprecationMessage`
**Optional** A `string` to be logged as warning if the input is set. You can notify users to not use this input parameter anymore by setting a deprecation warning for it.
**Optional** If the input parameter is used, this `string` is logged as a warning message. You can use this warning to notify users that the input is deprecated and mention any alternatives.
### `outputs`