playstudios/action-github-deployment-details
Github action to output deployment event details
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| application | The application to deploy | yes | — |
| values_file | Path to the values file | yes | — |
| key_paths | Comma seperated list of key paths | yes | — |
| push_environment | Environment used for push events | — | — |
| push_value | The value used for push events, usually the git SHA | — | — |
Outputs
| name | description |
|---|---|
| environment | The application environment to deploy into |
| application | The application to deploy |
| values_file | The path to the manifest values file |
| key_paths | The path to the keys to update within the values file |
| value | The value to set the keys to |