mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 16:06:56 +00:00
Merge pull request #2 from wagoid/fix/unique-action-name
fix: make action name unique
This commit is contained in:
commit
d5e56d2b00
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