From 918c2a9a137da72679bb45badde95c98507df89d Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Wed, 18 Oct 2023 17:57:22 +0900 Subject: [PATCH] Update CI status badge (cherry picked from commit 131eab23b4cec5f4fb88c586cb9600bf8a6eb375) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44c61b5..11fd280 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ sbt-osgi ======== -[![Build Status](https://travis-ci.org/sbt/sbt-osgi.svg?branch=master)](https://travis-ci.org/sbt/sbt-osgi) +[![Build Status](https://github.com/sbt/sbt-osgi/actions/workflows/ci.yml/badge.svg)](https://github.com/sbt/sbt-osgi/actions/workflows/ci.yml) Plugin for [sbt](http://www.scala-sbt.org) to to create [OSGi](http://www.osgi.org/) bundles.