From 6dc5383786411229acece90b8e8938dc8e223dc8 Mon Sep 17 00:00:00 2001 From: Peter Newman Date: Mon, 17 Aug 2020 11:04:08 +0100 Subject: [PATCH] Skip .git by default given we're using Git as our VCS --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2168fb0..e900b00 100644 --- a/action.yml +++ b/action.yml @@ -17,7 +17,7 @@ inputs: skip: description: 'Comma-separated list of files to skip (it accepts globs as well)' required: false - default: '' + default: './.git' builtin: description: 'Comma-separated list of builtin dictionaries to include' required: false