From acab2e6a870b0e47e44d670d98c0a11c92d1eb8b Mon Sep 17 00:00:00 2001 From: Lectom C Han Date: Fri, 19 Dec 2025 08:53:50 +0900 Subject: [PATCH] =?UTF-8?q?set=20-e=20=EC=98=A4=EB=A5=98=EB=B0=9C=EC=83=9D?= =?UTF-8?q?=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/mirror.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/mirror.yml b/.gitea/workflows/mirror.yml index a11d45a..794ed40 100644 --- a/.gitea/workflows/mirror.yml +++ b/.gitea/workflows/mirror.yml @@ -53,9 +53,9 @@ jobs: local status="$1" repo="$2" branch="$3" mode="$4" start_epoch="$5" extra="${6:-}" local ts end_epoch duration text payload case "${status}" in - success) ((TOTAL_SUCCESS++)) ;; - skip) ((TOTAL_SKIP++)) ;; - error) ((TOTAL_ERROR++)) ;; + success) ((++TOTAL_SUCCESS)) ;; + skip) ((++TOTAL_SKIP)) ;; + error) ((++TOTAL_ERROR)) ;; esac [[ -z "${NOTIFY_WEBHOOK}" ]] && return ts=$(TZ=Asia/Seoul date '+%Y-%m-%d %H:%M:%S %Z')