Skip to content

Commit e855822

Browse files
authored
Update note on action description requirement
Clarified that the description is not required for composite actions. As a proof of concept, I deleted my 'description' key from my composite action and called it, with everything still working.
1 parent c59eb85 commit e855822

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/actions/reference/workflows-and-actions/metadata-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ category:
3434
## `description`
3535

3636
**Required** A short description of the action.
37-
37+
Note: This is not required for composite actions.
3838
## `inputs`
3939

4040
**Optional** Input parameters allow you to specify data that the action expects to use during runtime. {% data variables.product.prodname_dotcom %} stores input parameters as environment variables. We recommend using lowercase input ids.

0 commit comments

Comments
 (0)