11
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2026-04-05 00:56:54 +00:00

docs: removes commitDepth Info from readme

This commit is contained in:
Sakethtadimeti 2022-11-24 16:58:02 +05:30
parent b0982e3b0a
commit 1e32deb6dd
2 changed files with 8 additions and 7 deletions

View file

@ -150,10 +150,6 @@ jobs:
# Run the commitlint action, considering its own dependencies and yours as well 🚀
# `github.workspace` is the path to your repository.
- uses: wagoid/commitlint-github-action@v5
# Optinally, add a commitDepth parameter
# This example would only consider the last 10 commits.
with:
commitDepth: 10
env:
NODE_PATH: ${{ github.workspace }}/node_modules
```