From 32442ff1a65148a572f9f762c90ba9833bcc9f6d Mon Sep 17 00:00:00 2001 From: abicky Date: Thu, 31 Oct 2024 11:41:11 +0900 Subject: [PATCH] Fix status badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0574001..7a5fefc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ecsmec -![](https://github.com/abicky/ecsmec/workflows/main/badge.svg?branch=master) +[![main](https://github.com/abicky/ecsmec/actions/workflows/main.yml/badge.svg)](https://github.com/abicky/ecsmec/actions/workflows/main.yml) `ecsmec` is a CLI tool for Amazon ECS that provides some commands to execute bothersome operations. For example, if you manage your ECS clusters with a auto scaling group and want to replace all the container instances with new ones, you have to launch new instances, drain old instances, and so on. What a pain!