actions-marketplace-validations/ecs task definition replacements
get the currently running task definition, replace values (like image)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| aws-region | aws region to be used | no | — |
| cluster-name | cluster that service is running | no | — |
| service-name | service to get current running task definition | no | — |
| task-name | task family to get the latest task definition revision | no | — |
| replacements | JSON between '' eg '{"name": "Andrew"}' | yes | — |
Outputs
| name | description |
|---|---|
| taskDef | Path to the new json file |