Fix documentation for `meta` block: string replacement in key from `-` to `_` (#15940)
Signed-off-by: dttung2905 <ttdao.2015@accountancy.smu.edu.sg>
This commit is contained in:
parent
6accfb1f43
commit
2fd908f63f
|
@ -47,7 +47,8 @@ Meta values are made available inside tasks as [runtime environment variables][e
|
|||
|
||||
The "parameters" for the `meta` stanza can be any key-value. The keys and values
|
||||
are both of type `string`, but they can be specified as other types. They will
|
||||
automatically be converted to strings.
|
||||
automatically be converted to strings. Any `-` character existing in the key
|
||||
will also be converted to `_`.
|
||||
|
||||
## `meta` Examples
|
||||
|
||||
|
|
Loading…
Reference in New Issue