From 2530518f4a97e8e3d62e8a776e33c513f7d09df8 Mon Sep 17 00:00:00 2001 From: awalsh128 Date: Sat, 16 Oct 2021 13:16:36 -0700 Subject: [PATCH] Try again. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"