actions-marketplace-validations/ECS "Deploy Task Definition To Scheduled Task" Action for GitHub Actions
Registers an Amazon ECS task definition & deploys it to related ECS scheduled tasks
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 15, 2024
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/airfordable_ecs-deploy-task-definition-to-scheduled-task@a978fd9dbac2c3f8d688735c8b0643d87114ffd0 # no releases — HEAD as of 2026-07-15tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| cluster | The name of the ECS cluster hosting the scheduled task(s). | no | default |
| task-definition | The path to the ECS task definition file to register | yes | — |
| rule-prefix | The CloudWatch Event name prefix to update | no | "" |
Outputs
| name | description |
|---|---|
| task-definition-arn | The ARN of the registered ECS task definition |