Added coment to esoteric expression.

This commit is contained in:
awalsh128 2021-10-16 21:17:41 -07:00
parent 2530518f4a
commit c014946be0

View file

@ -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: