From 03325d032f7be9cfbb8f2f635f937ce8d9b82d90 Mon Sep 17 00:00:00 2001 From: Marko Zagar Date: Wed, 2 Oct 2024 00:37:56 +0300 Subject: [PATCH 1/2] Add badge to readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3060b7f..f208b94 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # actions-test -This is a new change. \ No newline at end of file +This is a new change. + +The Check is: https://git.evil.si/gitadmin/actions-test/actions/workflows/check_pr.yaml/badge.svg?branch=release \ No newline at end of file -- 2.45.2 From f4c0d924b43999b41d17a1d8e9cbe61225e5050d Mon Sep 17 00:00:00 2001 From: Marko Zagar Date: Wed, 2 Oct 2024 00:38:46 +0300 Subject: [PATCH 2/2] Fix badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f208b94..ab0f447 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ This is a new change. -The Check is: https://git.evil.si/gitadmin/actions-test/actions/workflows/check_pr.yaml/badge.svg?branch=release \ No newline at end of file +![Check](https://git.evil.si/gitadmin/actions-test/actions/workflows/check_pr.yaml/badge.svg?branch=release) \ No newline at end of file -- 2.45.2