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