Skip to content

Commit c8b515c

Browse files
Simran-BMartin Lopes
andauthored
Update content/actions/creating-actions/metadata-syntax-for-github-actions.md
Co-authored-by: Martin Lopes <martin389@github.com>
1 parent 442ecf1 commit c8b515c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ For example, if a workflow defined the `numOctocats` and `octocatEyeColor` input
7878

7979
#### `inputs.<input_id>.deprecationMessage`
8080

81-
**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.
81+
**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.
8282

8383
### `outputs`
8484

0 commit comments

Comments
 (0)