1
0
mirror of synced 2026-01-06 15:01:04 -05:00

Merge pull request #23004 from nhoizey/patch-1

Fixing a typo
This commit is contained in:
Courtney Wilson
2023-01-06 08:51:02 -06:00
committed by GitHub

View File

@@ -39,7 +39,7 @@ Action metadata files use YAML syntax. If you're new to YAML, you can read "[Lea
## `inputs`
**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. Input ids with uppercase letters are converted to lowercase during runtime. We recommended using lowercase input ids.
**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. Input ids with uppercase letters are converted to lowercase during runtime. We recommend using lowercase input ids.
### Example: Specifying inputs