From c014946be04b6d0ccd5c8481f48b8c39c9572365 Mon Sep 17 00:00:00 2001 From: awalsh128 Date: Sat, 16 Oct 2021 21:17:41 -0700 Subject: [PATCH] Added coment to esoteric expression. --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index 2b4a3bc..6d87649 100644 --- a/action.yml +++ b/action.yml @@ -18,6 +18,8 @@ inputs: outputs: cache-hit: description: 'A boolean value to indicate a cache was found for the packages requested.' + # This compound expression is needed because lhs can be empty. + # Need to output true and false instead of true and nothing. value: ${{ steps.load-cache.outputs.cache-hit || false }} runs: