From 2facb44a887d473d22e0141f0787fcd82b09868a Mon Sep 17 00:00:00 2001 From: soul-walker Date: Tue, 19 Mar 2024 16:22:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0input=E5=8F=82=E6=95=B0cache?= =?UTF-8?q?=EF=BC=8C=E4=BB=A5=E4=BD=BFcache-save=E5=8F=AF=E4=BB=A5?= =?UTF-8?q?=E6=89=A7=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 28a26c4..c89108c 100644 --- a/action.yml +++ b/action.yml @@ -18,6 +18,9 @@ inputs: description: 'Target architecture for Go to use. Examples: x86, x64. Will use system architecture by default.' + cache: + description: Used to specify whether caching is needed. Set to true, if you'd like to enable caching. + default: true # Define your outputs here. outputs: