diff --git a/action.yml b/action.yml index bf2ded5..2b4a3bc 100644 --- a/action.yml +++ b/action.yml @@ -18,7 +18,7 @@ inputs: outputs: cache-hit: description: 'A boolean value to indicate a cache was found for the packages requested.' - value: ${{ steps.load-cache.outputs.cache-hit || "false" }} + value: ${{ steps.load-cache.outputs.cache-hit || false }} runs: using: "composite"