From a5607f6963c04b6fa95aa58c8273b9570796ff6b Mon Sep 17 00:00:00 2001 From: Junichiro Kasuya Date: Tue, 17 Jan 2023 14:49:31 +0900 Subject: [PATCH] =?UTF-8?q?depth=E3=81=AEdefault=20option=E3=82=92""?= =?UTF-8?q?=E3=81=AB=E3=81=97=E3=81=A6=E3=80=81=E5=B1=A5=E6=AD=B4=E3=82=92?= =?UTF-8?q?=E5=8F=96=E5=BE=97=E3=81=99=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB?= =?UTF-8?q?=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 577195a..c8b4de2 100644 --- a/action.yml +++ b/action.yml @@ -30,7 +30,7 @@ inputs: required: true depth: description: 'git clone --depth={} option' - default: 1 + default: '' ignore_dubious_ownership: description: 'Not used(deprecated)' default: true