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:
Dao Thanh Tung 2023-01-30 21:51:04 +08:00 committed by GitHub
parent 6accfb1f43
commit 2fd908f63f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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