aws-actions/amazon-ecs-render-task-definition

Unexpected token ':'

gethumanfoundation opened this issue · 1 comments

I'm getting an error when I get to this section?

Run 97587c9
with:
task-definition: ecs-task-def-dev
container-name: dango-github-actions-dev
image: ***.dkr.ecr.us-east-2.amazonaws.com/django-github-actions-dev:bea5a7b64651a11221551d8a7fbcbe8d4ba9d4ed
env:
AWS_REGION: us-east-2
ECR_REPOSITORY: django-github-actions-dev
ECS_SERVICE: django-github-actions-dev-service
ECS_CLUSTER: django-github-actions-dev
ECS_TASK_DEFINITION: ecs-task-def-dev
CONTAINER_NAME: dango-github-actions-dev
DJANGO_ALLOWED_HOSTS: localhost 127.0.0.1
SECRET_KEY: foo
AWS_DEFAULT_REGION: us-east-2
AWS_ACCESS_KEY_ID: ***
AWS_SECRET_ACCESS_KEY: ***
Error: Unexpected token ':'

Had to do with the formatting of the task definition json file name.