From 820e8b1147b9cc3c630e1f035d445a87abc5e1f3 Mon Sep 17 00:00:00 2001 From: Sergey Dolin Date: Wed, 1 Feb 2023 13:30:08 +0100 Subject: [PATCH] Set default cache input to be empty --- action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/action.yml b/action.yml index 926cbac..1efd2d7 100644 --- a/action.yml +++ b/action.yml @@ -14,7 +14,6 @@ inputs: default: ${{ github.server_url == 'https://github.com' && github.token || '' }} cache: description: Used to specify whether caching is needed. Set to true, if you'd like to enable caching. - default: true required: false cache-dependency-path: description: 'Used to specify the path to a dependency file - go.sum'