Skip to content

Commit 5b3bfa1

Browse files
authored
fix: Correct inputs descriptiont to use YAML, not ENV. (#28)
1 parent 87f0c51 commit 5b3bfa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ file will be ignored.
6161
| --------------- | ------------------------------------------------ | -------- |
6262
| `template-file` | The path to a text file to load as the template. | No\* |
6363
| `template-text` | The template text with variable placeholders. | No\* |
64-
| `template-vars` | An ENV style list or stringified JSON object. | Yes |
64+
| `template-vars` | A YAML dictionary or JSON object. | Yes |
6565

6666
\*One of either `template-file` or `template-text` must be provided.
6767

0 commit comments

Comments
 (0)