hedge-video/cloud-run-env-action
Appends the given environment variables from a .env file into your cloud run declaration
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| input | The input cloud run yaml file | yes | — |
| env_file | The .env file | yes | — |
| output | The output file path | — | — |
| container_name | The container name that will receive the env var | — | — |
Outputs
| name | description |
|---|---|
| output | The newly generated cloud run yaml file |