diff --git a/README.md b/README.md index ef0ec29..6f0915a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # setup-cz -> Github action to only configure cz CLI +This workflow sets up the commitizen CLI for use in your GitHub workflows. +Unlike `commitizen-action`, this workflow only installs the CLI. +It does not automatically bump, commit or push changes. +This workflow, instead, gives more flexibility to the user by letting them +use the full range of commitizen commands. ## Usage diff --git a/action.yaml b/action.yaml index 05e142f..8f1c7bc 100644 --- a/action.yaml +++ b/action.yaml @@ -1,10 +1,5 @@ name: Setup commitizen CLI -description: | - This workflow sets up the commitizen CLI for use in your GitHub workflows. - Unlike `commitizen-action`, this workflow only installs the CLI. - It does not automatically bump, commit or push changes. - This workflow, instead, gives more flexibility to the user by letting them - use the full range of commitizen commands. +description: Github action to only configure cz CLI inputs: version: @@ -19,6 +14,10 @@ inputs: required: false default: "false" +branding: + icon: "anchor" + color: "purple" + runs: using: "composite" steps: