knanao/Deploy Previews to Cloud Run
Use this action to deploy a revision to Cloud Run for preview.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| project | The Google Cloud Project ID. If unset, this is inherited from the environment. | no | — |
| region | Region in which the resource can be found. | no | us-central1 |
| service | Name of a Cloud Run service or fully qualified identifier for it. | yes | — |
| revision | Name of a Cloud Run revision or fully qualified identifier for it. This is inherited from image from the image tag version. | no | — |
| image | Name of the container image to deploy (e.g. gcr.io/cloudrun/hello:latest). | yes | — |
| tag | Name of a traffic tag to assign to the revision for previews (e.g. pr-123). | no | — |
| gcloud_version | 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 installed. Example: "290.0.1". | no | — |
| token | The GITHUB_TOKEN secret used to send comment on pull request. | yes | — |
Outputs
no outputs