actions-marketplace-validations/AWS ECS "Set Container Environment in Task Definition" Action for GitHub Actions
Sets environment variables in a container definition in an AWS ECS task definition JSON file, creating a new file.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 5, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/ohueter_aws-ecs-task-definition-set-environment@bec01f0d52819b857d6451dc36b33e37fdb38fda # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| task-definition | The path to the ECS task definition JSON file | yes | — |
| container-name | The name of the container defined in the containerDefinitions section of the ECS task definition | yes | — |
| env-var-name | The name of the environment variable to set in the ECS task definition | yes | — |
| env-var-value | The value of the environment variable to set in the ECS task definition | yes | — |
Outputs
| name | description |
|---|---|
| task-definition | The path to the rendered task definition file |