From 50dcd0fafc0c1a4ccbb35a3943276f06cb106a98 Mon Sep 17 00:00:00 2001 From: resonic-user Date: Mon, 16 Jun 2025 12:40:36 +0000 Subject: [PATCH] v --- .github/workflows/cache-verify.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cache-verify.yml b/.github/workflows/cache-verify.yml index d66456f13..91308f8cb 100644 --- a/.github/workflows/cache-verify.yml +++ b/.github/workflows/cache-verify.yml @@ -78,11 +78,11 @@ jobs: ci-all-cache-${{ runner.os }}- ci-all-cache- - - name: Cache status: Hit + - name: Cache status > Hit if: steps.restore-cache.outputs.cache-hit == 'true' run: echo "✅ Cache was hit!" - - name: Cache status: Miss + - name: Cache status > Miss if: steps.restore-cache.outputs.cache-hit != 'true' run: echo "❌ Cache was missed."