Try again.
This commit is contained in:
parent
dcae10197c
commit
2530518f4a
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue