Added coment to esoteric expression.
This commit is contained in:
parent
2530518f4a
commit
c014946be0
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ inputs:
|
||||||
outputs:
|
outputs:
|
||||||
cache-hit:
|
cache-hit:
|
||||||
description: 'A boolean value to indicate a cache was found for the packages requested.'
|
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 }}
|
value: ${{ steps.load-cache.outputs.cache-hit || false }}
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
|
|
Loading…
Reference in a new issue