Skip to content

Commit 055de12

Browse files
Fix the second funny typo. :)
1 parent 2ded546 commit 055de12

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
@@ -30,7 +30,7 @@ This action sets environment variables, (and optionally step outputs), to differ
3030
|---------------------------|-------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|
3131
| `scope` | true | The scope is used to identify which value to select for each key name. See the usage instructions below. |
3232
| `input-file` | false | A specially formatted YAML file containing possible environment variable candidates with their associated scopes. |
33-
| `create-output-variables` | false | Create output variables (in addiction to environment variables) for use in other steps and jobs. Accepts true or false. Defaults to false. |
33+
| `create-output-variables` | false | Create output variables (in addition to environment variables) for use in other steps and jobs. Accepts true or false. Defaults to false. |
3434
| `error-on-no-match` | false | An error will be thrown if no environment variables or outputs are created, a warning will appear for all keys that don't provide a value for the input scope. |
3535
| `custom-error-message` | false | The error message that will be displayed if no environment or output variables are created. `error_on_no_match` must be set to true |
3636

0 commit comments

Comments
 (0)