Try again.

This commit is contained in:
awalsh128 2021-10-16 13:16:36 -07:00
parent dcae10197c
commit 2530518f4a

View file

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