From 54bf50135b2a6a1b0398c304929185cee866f0a4 Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Thu, 10 Oct 2024 15:23:02 +0200 Subject: [PATCH] Fix CI Badge Use GitHub Action's badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd2ee81..b3c842c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ActsAsParanoid -[![Build Status](https://travis-ci.org/ActsAsParanoid/acts_as_paranoid.png?branch=master)](https://travis-ci.org/ActsAsParanoid/acts_as_paranoid) +[![CI](https://github.com/ActsAsParanoid/acts_as_paranoid/actions/workflows/ruby.yml/badge.svg)](https://github.com/ActsAsParanoid/acts_as_paranoid/actions/workflows/ruby.yml) A Rails plugin to add soft delete.