Skip to content

Commit 7a7a472

Browse files
authored
docs: remove csv regions since it's not implemented upstream (#534)
Closes #530
1 parent 7d80d04 commit 7a7a472

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,7 @@ jobs:
229229

230230
- <a name="project_id"></a><a href="#user-content-project_id"><code>project_id</code></a>: _(Optional)_ ID of the Google Cloud project in which to deploy the service.
231231

232-
- <a name="region"></a><a href="#user-content-region"><code>region</code></a>: _(Optional, default: `us-central1`)_ Regions in which the Cloud Run services are deployed. This can be a single
233-
region or a comma-separated list of regions.
232+
- <a name="region"></a><a href="#user-content-region"><code>region</code></a>: _(Optional, default: `us-central1`)_ Region in which the Cloud Run services are deployed.
234233

235234
- <a name="gcloud_version"></a><a href="#user-content-gcloud_version"><code>gcloud_version</code></a>: _(Optional)_ Version of the Cloud SDK to install. If unspecified or set to "latest",
236235
the latest available gcloud SDK version for the target platform will be

action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,7 @@ inputs:
258258

259259
region:
260260
description: |-
261-
Regions in which the Cloud Run services are deployed. This can be a single
262-
region or a comma-separated list of regions.
261+
Region in which the Cloud Run services are deployed.
263262
default: 'us-central1'
264263
required: false
265264

0 commit comments

Comments
 (0)