From 3544b5984cb1390462d9392a00effb9da80bd3eb Mon Sep 17 00:00:00 2001 From: Ricardo Boss Date: Sat, 23 Dec 2023 14:58:13 +0100 Subject: [PATCH] Use "ok" for successful changelog updates This is more accurate because the "no changelog" label also makes this succeed without actually updating the changelog. --- .github/workflows/report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index 39ebe241..ad9b8001 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -127,7 +127,7 @@ jobs: - name: Provide success badge id: changelog run: | - echo "badge=https://img.shields.io/badge/CHANGELOG-updated-brightgreen.svg?style=flat" >> "$GITHUB_OUTPUT" + echo "badge=https://img.shields.io/badge/CHANGELOG-ok-brightgreen.svg?style=flat" >> "$GITHUB_OUTPUT" - name: Provide failure badge id: changelog-failure