Skip to content

Commit 590b4f6

Browse files
authored
commit
1 parent 27a4008 commit 590b4f6

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
@@ -59,7 +59,7 @@ inputs:
5959
required: true
6060
```
6161
62-
When you specify an input, {% data variables.product.prodname_dotcom %} creates an environment variable for the input with the name `INPUT_<VARIABLE_NAME>`. The environment variable created converts input names to uppercase letters and replaces spaces with `_` characters.
62+
When you specify an input, {% data variables.product.prodname_dotcom %} creates an environment variable for the input with the name `INPUT_<VARIABLE_NAME>`. The environment variable created converts input names to uppercase letters and replaces spaces and hyphens with `_` characters.
6363

6464
If the action is written using a [composite](/actions/tutorials/create-actions/create-a-composite-action), then it will not automatically get `INPUT_<VARIABLE_NAME>`. With composite actions you can use the [`inputs` context](/actions/reference/workflows-and-actions/contexts#inputs-context) to access action inputs.
6565

0 commit comments

Comments
 (0)