Skip to content

Commit

Permalink
chore: minor formatting update in action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
smlx committed May 24, 2024
1 parent a66f7e2 commit b9c8e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b9c8e23

Please sign in to comment.