From 1d671ec0ca1131467ba648153cc1ca0119aa9a0d Mon Sep 17 00:00:00 2001 From: Alessandro Mariotti Date: Thu, 9 May 2024 08:57:11 +0200 Subject: [PATCH] fix: fix docs --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 2587f546..9f0045b0 100644 --- a/README.md +++ b/README.md @@ -1703,11 +1703,7 @@ jobs: **conventional-commits-step-lint.yml** is the workflow that lint the commit messages of a pull request. -It requires these inputs: - -- **CONFIG_FILE**: the config file name (by default it is **.commitlintrc**). - -In addition, it is possible to specify this optional input: +It is possible to specify this optional input: - **RUN_ON**: the _label_ to select the correct _github-runner_ that will execute this workflow. Default is **zupit-agents**. - **RUNNERS_CONTAINER_GROUP**: The runners group used to execute this workflow. Default is **Container**.