From 8f0e4049917162e27c1f2e32d1713bda91886abd Mon Sep 17 00:00:00 2001 From: Orien Madgwick <497874+orien@users.noreply.github.com> Date: Sun, 28 Dec 2025 22:33:28 +0700 Subject: [PATCH] Fix the CI test badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d616bb..85bd9d0 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![License MIT](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://github.com/envato/exiv2/blob/master/LICENSE) [![Gem Version](https://img.shields.io/gem/v/exiv2.svg?maxAge=2592000)](https://rubygems.org/gems/exiv2) [![Gem Downloads](https://img.shields.io/gem/dt/exiv2.svg?maxAge=2592000)](https://rubygems.org/gems/exiv2) -[![Build Status](https://github.com/envato/exiv2/workflows/tests/badge.svg?branch=master)](https://github.com/envato/exiv2/actions?query=branch%3Amaster+workflow%3Atests) +[![Build Status](https://github.com/envato/exiv2/actions/workflows/test.yml/badge.svg)](https://github.com/envato/exiv2/actions/workflows/test.yml) A simple wrapper around the C++ Exiv2 libary for reading and writing image metadata.