Skip to content

Commit

Permalink
docs: remove csv regions since it's not implemented upstream (#534)
Browse files Browse the repository at this point in the history
Closes #530
  • Loading branch information
sethvargo authored Aug 19, 2024
1 parent 7d80d04 commit 7a7a472
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,7 @@ jobs:

- <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.

- <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
region or a comma-separated list of regions.
- <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.

- <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",
the latest available gcloud SDK version for the target platform will be
Expand Down
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,7 @@ inputs:

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

Expand Down

0 comments on commit 7a7a472

Please sign in to comment.