From ffff2a48de68b086f5cba69ba84664cee2f46bf7 Mon Sep 17 00:00:00 2001 From: Guillermo Calvo Date: Sat, 9 Nov 2024 19:15:57 +0100 Subject: [PATCH] Fix status badge in README --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index f338ab2..d97d781 100644 --- a/README.adoc +++ b/README.adoc @@ -4,7 +4,7 @@ :gradle-url: http://gradle.org/ :plugin-version: 0.4.1 -image:https://github.com/melix/japicmp-gradle-plugin/actions/workflows/gradle-build.yml/badge.svg?branch=master&event=push["Build Status", link="https://github.com/melix/japicmp-gradle-plugin/actions/workflows/gradle-build.yml?query=branch:master+event:push"] +image:https://github.com/melix/japicmp-gradle-plugin/actions/workflows/main.yml/badge.svg?branch=master&event=push["Build Status", link="https://github.com/melix/japicmp-gradle-plugin/actions/workflows/main.yml?query=branch:master+event:push"] image:https://img.shields.io/github/license/melix/japicmp-gradle-plugin["License", link="LICENSE.txt"] image:https://img.shields.io/gradle-plugin-portal/v/me.champeau.gradle.japicmp.svg["Download", link="https://plugins.gradle.org/plugin/me.champeau.gradle.japicmp"]