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:
|
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.'
|
||||||
value: ${{ steps.load-cache.outputs.cache-hit || "false" }}
|
value: ${{ steps.load-cache.outputs.cache-hit || false }}
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
|
|
Loading…
Reference in a new issue