mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 08:06:54 +00:00
fix: make action name unique
This commit is contained in:
parent
6cbae71127
commit
fd906aec0b
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