diff --git a/action.yml b/action.yml index 32d28977..27dd4dcd 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,8 @@ name: 'Amazon ECS "Render Task Definition" Action for GitHub Actions' description: 'Inserts a container image URI into a container definition in an Amazon ECS task definition file, creating a new task definition file.' +branding: + icon: 'cloud' + color: 'orange' inputs: task-definition: description: 'The path to the ECS task definition JSON file'