From 12714e2d9c17ce1c7de478fea7a00540d554b080 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=B0=A1=E7=A2=A9=E8=BE=B0?= Date: Wed, 8 Apr 2026 00:59:56 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20action.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f4150ec..0e2d563 100644 --- a/action.yml +++ b/action.yml @@ -2,7 +2,7 @@ name: 'Cache NuGet Packages' description: '快取 NUGET 套件' outputs: cache-hit: - description: Whether the cache was restored from an exact key match + description: '表示是否命中快取' value: ${{ steps.cache.outputs.cache-hit }} runs: using: composite