From 7049a1d5a7a3b3e7d925aa26bb4e053d484f0c25 Mon Sep 17 00:00:00 2001 From: Jerry Lee Date: Sat, 17 Dec 2022 19:12:15 +0800 Subject: [PATCH] docs: fix github action badges https://github.com/badges/shields/issues/8671 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fcf75573..dd1b5a2fe 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 🥤 COLA v4 -[![Github Workflow Build Status](https://img.shields.io/github/workflow/status/alibaba/cola/CI/master?logo=github&logoColor=white)](https://github.com/alibaba/cola/actions/workflows/ci.yaml) +[![Github Workflow Build Status](https://img.shields.io/github/actions/workflow/status/alibaba/cola/ci.yaml?branch=master&logo=github&logoColor=white)](https://github.com/alibaba/cola/actions/workflows/ci.yaml) [![Appveyor Build Status](https://img.shields.io/appveyor/ci/oldratlee/cola/master?logo=appveyor&logoColor=white)](https://ci.appveyor.com/project/oldratlee/cola) [![Maven Central](https://img.shields.io/maven-central/v/com.alibaba.cola/cola-component-dto.svg?logo=apache-maven&color=2d545e)](https://search.maven.org/search?q=g:com.alibaba.cola) [![GitHub release](https://img.shields.io/github/release/alibaba/COLA.svg)](https://github.com/alibaba/COLA/releases)