From 388fa94adfb4aa44f9d52ea883e7e1a3991365ce Mon Sep 17 00:00:00 2001 From: Nicholas La Roux Date: Sun, 16 Feb 2025 18:04:51 +0900 Subject: [PATCH] Fix README CI status badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d74a4a3..64db0bc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # JWE -[![Build Status](https://github.com/jwt/ruby-jwe/workflows/test/badge.svg?branch=master)](https://github.com/jwt/ruby-jwe/actions) +[![Build Status](https://github.com/jwt/ruby-jwe/actions/workflows/test.yml/badge.svg)](https://github.com/jwt/ruby-jwe/actions/workflows/test.yml) [![Gem Version](https://badge.fury.io/rb/jwe.svg)](https://badge.fury.io/rb/jwe) A ruby implementation of the [RFC 7516 JSON Web Encryption (JWE)](https://tools.ietf.org/html/rfc7516) standard.