From 3b89bc6319da06ab8be045f21f902136360e8f22 Mon Sep 17 00:00:00 2001 From: "rE-Bo0t.bx1" <54429050+r3bo0tbx1@users.noreply.github.com> Date: Fri, 5 Dec 2025 21:03:38 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20fix(ci):=20add=20newline=20at=20?= =?UTF-8?q?end=20of=20cleanup.yml=20for=20consistency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cleanup.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index c444683..069bb64 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -31,4 +31,5 @@ jobs: echo " - Deleting $key" gh cache delete "$key" --repo $REPO || echo " ⚠️ Failed to delete $key (might already be gone)" done - echo "🎉 Cache cleanup complete." \ No newline at end of file + echo "🎉 Cache cleanup complete." + \ No newline at end of file