mcchran/yaml-image-updater
An action to update all valuefiles for a repo so as to empower a continuous deployment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| target-path | Path to YAML files directory | yes | — |
| dispatched-payload | Payload with image information (JSON) | yes | — |
| github-token | The token to use for github | no | — |
Outputs
| name | description |
|---|---|
| updated-services | The services that have been updated |
| success | Whether the action was successful |
| branch-suffix | Unique identifier for a branch to be created |
| updated-by-repo | The repo that triggered the update |
| updated-by-commit | The commit that triggered the update |