From dde2d067586cb4cb137c882f0a6897a3c05f4028 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 30 Dec 2022 00:10:08 -0700 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5a3abb4f..20a408b8 100644 --- a/action.yml +++ b/action.yml @@ -13,7 +13,7 @@ inputs: col_max_words: description: 'Max number of words per line in a column' required: false - default: '7' + default: '6' output: description: 'Path to the output file' required: false