Skip to content

Commit da2fe4b

Browse files
committed
fix(action): 125 char description
1 parent 587a820 commit da2fe4b

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# setup-cz
22

3-
> Github action to only configure cz CLI
3+
This workflow sets up the commitizen CLI for use in your GitHub workflows.
4+
Unlike `commitizen-action`, this workflow only installs the CLI.
5+
It does not automatically bump, commit or push changes.
6+
This workflow, instead, gives more flexibility to the user by letting them
7+
use the full range of commitizen commands.
48

59
## Usage
610

action.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
name: Setup commitizen CLI
2-
description: |
3-
This workflow sets up the commitizen CLI for use in your GitHub workflows.
4-
Unlike `commitizen-action`, this workflow only installs the CLI.
5-
It does not automatically bump, commit or push changes.
6-
This workflow, instead, gives more flexibility to the user by letting them
7-
use the full range of commitizen commands.
2+
description: Github action to only configure cz CLI
83

94
inputs:
105
version:

0 commit comments

Comments
 (0)