From b9c8e23157ffe179713fd9f02a9a5cd2da083e7b Mon Sep 17 00:00:00 2001 From: Scott Leggett Date: Fri, 24 May 2024 22:45:39 +0800 Subject: [PATCH] chore: minor formatting update in action.yaml --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 72a484d..75bf5fe 100644 --- a/action.yaml +++ b/action.yaml @@ -2,7 +2,7 @@ name: Conventional Commits Versioner Action description: Automatically tag a new version based on the commit messages of commits since the last tag. inputs: write-tag: - description: 'If true, and ccv determines that a new version is required, the action will automatically write the new version tag to the repository.' + description: If true, and ccv determines that a new version is required, the action will automatically write the new version tag to the repository. required: false default: 'true' outputs: