From d9678545ce9b076390ab8ef188f4ad45963ae7c7 Mon Sep 17 00:00:00 2001 From: Joakim Antman Date: Sun, 4 Aug 2024 11:39:01 +0300 Subject: [PATCH] chore: Fix status badge (#15) Fix build status badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19c76bb..dd0994b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # jwt-eddsa [![Gem Version](https://badge.fury.io/rb/jwt-eddsa.svg)](https://badge.fury.io/rb/jwt-eddsa) -[![Build Status](https://github.com/anakinj/jwt-eddsa/workflows/test/badge.svg?branch=main)](https://github.com/anakinj/jwt-eddsa/actions?query=branch%3Amain+workflow%3Atest) +[![Build status](https://github.com/anakinj/jwt-eddsa/actions/workflows/test.yml/badge.svg)](https://github.com/anakinj/jwt-eddsa/actions/workflows/test.yml) A library extending the ruby-jwt gem with EdDSA algorithms. Based on [RFC 8037](https://datatracker.ietf.org/doc/html/rfc8037).