From 17d50d8c975fe3bfa508e64656b4da07af2268f7 Mon Sep 17 00:00:00 2001 From: ytshih Date: Sat, 19 Apr 2025 17:18:07 +0800 Subject: [PATCH] Fix: change default caching to true --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 0ce0612..6fb4143 100644 --- a/action.yaml +++ b/action.yaml @@ -32,7 +32,7 @@ inputs: cache: description: "Whether the container will be cached or not" required: false - default: false + default: true tags: description: "The tags of the image" required: false