From 6e57b6d0c5704703b9e48f024298b2ec9f99ce0b Mon Sep 17 00:00:00 2001 From: Vlad Date: Mon, 11 Mar 2024 13:05:06 -0400 Subject: [PATCH] Update prettier action commit message - so that it is consistent with company policy - https://garnercorp.atlassian.net/wiki/spaces/DEV/pages/263815439/Commit+message+guideline --- prettier/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prettier/action.yml b/prettier/action.yml index e6a312a..7f2fad2 100644 --- a/prettier/action.yml +++ b/prettier/action.yml @@ -7,7 +7,7 @@ inputs: commit-message: description: Commit message, will be ignored if used with same-commit required: false - default: "Prettified Code!" + default: "Run prettier to format the code" commit-description: description: Extended commit message, will be ignored if used with same-commit required: false