更新 action.yml

This commit is contained in:
簡碩辰
2026-04-08 00:59:56 +00:00
parent c93dfddb8d
commit 12714e2d9c
+1 -1
View File
@@ -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