You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closes#542
Rebases #542 with the generated docs, and opening as myself so that
integration tests pass.
---------
Signed-off-by: Ahmad Nassri <email@ahmadnassri.com>
Co-authored-by: Ahmad Nassri <email@ahmadnassri.com>
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,13 +100,13 @@ jobs:
100
100
merged). To remove all values, set the value to the literal string `{}`.
101
101
102
102
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`.
104
104
105
105
- <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
106
106
environment variables. The file can be newline-separated KEY=VALUE pairs,
107
107
JSON, or YAML format. If both `env_vars` and `env_vars_file` are
108
108
specified, the keys in env_vars will take precendence over the keys in
109
-
env_vars_files.
109
+
env_vars_file.
110
110
111
111
NAME=person
112
112
EMAILS=foo@bar.com\,zip@zap.com
@@ -115,7 +115,7 @@ jobs:
115
115
described in `env_vars`. You do not have to escape YAML or JSON.
116
116
117
117
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`.
119
119
120
120
**⚠️ DEPRECATION NOTICE:** This input is deprecated and will be removed in
0 commit comments