From 0c690c30a287a13e295aa72e3f4014813e933b2b Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Thu, 8 May 2025 12:19:50 +0000 Subject: [PATCH] Deploy version 1.2.0 --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index 41f806d..60374da 100644 --- a/action.yml +++ b/action.yml @@ -17,6 +17,10 @@ inputs: required: false default: "3" +outputs: + cache-hit: + description: "Boolean indicating if an exact match was found for the cache key" + runs: using: "node20" main: "dist/index.js"