mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 16:06:56 +00:00
fix: make action name unique
This commit is contained in:
parent
2e8e9a49ef
commit
229506d463
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
name: 'Commitlint'
|
||||
description: 'Lints commit messages with commitlint'
|
||||
name: 'Commit Lint'
|
||||
description: 'Lints Pull Request commit messages with commitlint'
|
||||
author: 'Wagner Santos'
|
||||
inputs:
|
||||
configFile:
|
||||
|
|
|
|||
Loading…
Reference in a new issue