Skip to content

Commit b4dcbfc

Browse files
authored
Update action.yml to fix README typos (#557)
Minor doc changes throughout the README. Signed-off-by: Ethan Knights <[email protected]>
1 parent 4a629b6 commit b4dcbfc

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

action.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ inputs:
6363
String suffix to append to the revision name. Revision names always start
6464
with the service name automatically. For example, specifying `v1` for a
6565
service named `helloworld`, would lead to a revision named
66-
`helloworld-v1`. This option is only applies to services.
66+
`helloworld-v1`. This option only applies to services.
6767
required: false
6868

6969
env_vars:
@@ -83,15 +83,15 @@ 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_file`.
86+
`env_vars` will take precedence over the keys in `env_vars_file`.
8787
required: false
8888

8989
env_vars_file:
9090
description: |-
9191
Path to a file on disk, relative to the workspace, that defines
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
94-
specified, the keys in env_vars will take precendence over the keys in
94+
specified, the keys in env_vars will take precedence over the keys in
9595
env_vars_file.
9696
9797
NAME=person
@@ -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_file`.
104+
`env_vars` will take precedence 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.
@@ -186,7 +186,7 @@ inputs:
186186

187187
tag:
188188
description: |-
189-
Traffic tag to assign to the newly-created revision. This option is only
189+
Traffic tag to assign to the newly-created revision. This option only
190190
applies to services.
191191
required: false
192192

@@ -202,7 +202,7 @@ inputs:
202202
command. This can be used to apply advanced features that are not exposed
203203
via this GitHub Action. For Cloud Run services, this command will be
204204
`gcloud run deploy`. For Cloud Run jobs, this command will be `gcloud jobs
205-
deploy.
205+
deploy`.
206206
207207
with:
208208
flags: '--add-cloudsql-instances=...'
@@ -225,7 +225,7 @@ inputs:
225225
no_traffic:
226226
description: |-
227227
If true, the newly deployed revision will not receive traffic. This option
228-
is only applies to services.
228+
only applies to services.
229229
default: 'false'
230230
required: false
231231

@@ -241,7 +241,7 @@ inputs:
241241
with:
242242
revision_traffic: 'LATEST=100'
243243
244-
This is mutually-exclusive with `tag_traffic`. This option is only applies
244+
This is mutually-exclusive with `tag_traffic`. This option only applies
245245
to services.
246246
required: false
247247

@@ -252,7 +252,7 @@ inputs:
252252
with:
253253
tag_traffic: 'my-tag=10' # percentage
254254
255-
This is mutually-exclusive with `revision_traffic`. This option is only
255+
This is mutually-exclusive with `revision_traffic`. This option only
256256
applies to services.
257257
required: false
258258

@@ -261,7 +261,7 @@ inputs:
261261
Space separate list of additional Cloud Run flags to pass to the `gcloud
262262
run services update-traffic` command. This can be used to apply advanced
263263
features that are not exposed via this GitHub Action. This flag only
264-
applies with `revision_traffic` or `tag_traffic` is set.
264+
applies when `revision_traffic` or `tag_traffic` is set.
265265
266266
with:
267267
traffic_flags: '--set-tags=...'

0 commit comments

Comments
 (0)