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:
parent
b0982e3b0a
commit
1e32deb6dd
2 changed files with 8 additions and 7 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue