From ae800dab22afbbcf85d0a03c2bfbcfe642207f6c Mon Sep 17 00:00:00 2001 From: shupershuff <63577525+shupershuff@users.noreply.github.com> Date: Tue, 18 Jun 2024 23:20:27 +1200 Subject: [PATCH] Update GetDownloadCount.yml --- .github/workflows/GetDownloadCount.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/GetDownloadCount.yml b/.github/workflows/GetDownloadCount.yml index 9bbbd52..cb35553 100644 --- a/.github/workflows/GetDownloadCount.yml +++ b/.github/workflows/GetDownloadCount.yml @@ -25,7 +25,7 @@ jobs: run: | echo '{ "schemaVersion": 1, - "label": "downloads", + "label": "Downloads", "message": "'${{ steps.fetch_downloads.outputs.download_count }}'", "color": "blue" }' > .github/download-count.json