From 7a37280a42625f6f66e9773e91c076734ffe84f1 Mon Sep 17 00:00:00 2001 From: cortez <89983388+cortez24rus@users.noreply.github.com> Date: Sat, 14 Dec 2024 01:52:29 +0700 Subject: [PATCH] 66 --- .github/workflows/every_day_view.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/every_day_view.yml b/.github/workflows/every_day_view.yml index 9dd1bfe..fd73850 100644 --- a/.github/workflows/every_day_view.yml +++ b/.github/workflows/every_day_view.yml @@ -55,7 +55,7 @@ jobs: # Формируем URL для картинки с уникальными просмотрами BADGE_TOTAL_URL="https://img.shields.io/badge/Total%20Views%20All%20Time-$new_total_views-blue" - BADGE_UNIQUE_URL="https://img.shields.io/badge/Unique%20Views%20All%20Time-$new_total_uniques-blue" + BADGE_UNIQUE_URL="https://img.shields.io/badge/Unique%20Views%20All%20Time-$new_total_uniques-green" echo ${BADGE_TOTAL_URL} echo ${BADGE_UNIQUE_URL}