From 2f06350a33bd9249b39721dae95dca4aa948cea3 Mon Sep 17 00:00:00 2001 From: tmeissner Date: Thu, 7 Mar 2024 10:06:19 +0100 Subject: [PATCH] Fix GHA shield badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 29fb6bd..a0af4b3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -[![](https://img.shields.io/github/workflow/status/tmeissner/formal_hw_verification/Test/master?longCache=true&style=flat-square&label=Test&logo=GitHub%20Actions&logoColor=fff)](https://github.com/tmeissner/formal_hw_verification/actions?query=workflow%3ATest) +![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/tmeissner/formal_hw_verification/Test.yml?style=flat-square&logo=Github%20Actions&logoColor=fff&label=Test) + The original repository is located on my own git-server at [https://git.goodcleanfun.de/tmeissner/formal_hw_verification](https://git.goodcleanfun.de/tmeissner/formal_hw_verification)