mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2024-11-09 19:58:46 +00:00
Try again.
This commit is contained in:
parent
dcae10197c
commit
2530518f4a
|
@ -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