Skip to content

Commit 1671c7f

Browse files
fix typos in action.yml (#543)
Closes #542 Rebases #542 with the generated docs, and opening as myself so that integration tests pass. --------- Signed-off-by: Ahmad Nassri <[email protected]> Co-authored-by: Ahmad Nassri <[email protected]>
1 parent 6ffa584 commit 1671c7f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,13 @@ jobs:
100100
merged). To remove all values, set the value to the literal string `{}`.
101101

102102
If both `env_vars` and `env_vars_file` are specified, the keys in
103-
`env_vars` will take precendence over the keys in `env_vars_files`.
103+
`env_vars` will take precendence over the keys in `env_vars_file`.
104104

105105
- <a name="env_vars_file"></a><a href="#user-content-env_vars_file"><code>env_vars_file</code></a>: _(Optional)_ Path to a file on disk, relative to the workspace, that defines
106106
environment variables. The file can be newline-separated KEY=VALUE pairs,
107107
JSON, or YAML format. If both `env_vars` and `env_vars_file` are
108108
specified, the keys in env_vars will take precendence over the keys in
109-
env_vars_files.
109+
env_vars_file.
110110

111111
NAME=person
112112
@@ -115,7 +115,7 @@ jobs:
115115
described in `env_vars`. You do not have to escape YAML or JSON.
116116

117117
If both `env_vars` and `env_vars_file` are specified, the keys in
118-
`env_vars` will take precendence over the keys in `env_vars_files`.
118+
`env_vars` will take precendence over the keys in `env_vars_file`.
119119

120120
**⚠️ DEPRECATION NOTICE:** This input is deprecated and will be removed in
121121
the next major version release.

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ inputs:
8383
merged). To remove all values, set the value to the literal string `{}`.
8484
8585
If both `env_vars` and `env_vars_file` are specified, the keys in
86-
`env_vars` will take precendence over the keys in `env_vars_files`.
86+
`env_vars` will take precendence over the keys in `env_vars_file`.
8787
required: false
8888

8989
env_vars_file:
@@ -92,7 +92,7 @@ inputs:
9292
environment variables. The file can be newline-separated KEY=VALUE pairs,
9393
JSON, or YAML format. If both `env_vars` and `env_vars_file` are
9494
specified, the keys in env_vars will take precendence over the keys in
95-
env_vars_files.
95+
env_vars_file.
9696
9797
NAME=person
9898
@@ -101,7 +101,7 @@ inputs:
101101
described in `env_vars`. You do not have to escape YAML or JSON.
102102
103103
If both `env_vars` and `env_vars_file` are specified, the keys in
104-
`env_vars` will take precendence over the keys in `env_vars_files`.
104+
`env_vars` will take precendence over the keys in `env_vars_file`.
105105
106106
**⚠️ DEPRECATION NOTICE:** This input is deprecated and will be removed in
107107
the next major version release.

0 commit comments

Comments
 (0)