File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -3,25 +3,26 @@ description: Lints Pull Request commit messages with commitlint
33author : Wagner Santos
44inputs :
55 configFile :
6- description : Commitlint config file. If the file doesn't exist, config-conventional settings will be
6+ description :
7+ Commitlint config file. If the file doesn't exist, config-conventional settings will be
78 loaded as a fallback.
89 default : ./commitlint.config.mjs
910 required : false
1011 failOnWarnings :
1112 description : Whether you want to fail on warnings or not
12- default : " false"
13+ default : ' false'
1314 required : false
1415 failOnErrors :
1516 description : Whether you want to fail on errors or not
16- default : " true"
17+ default : ' true'
1718 required : true
1819 helpURL :
1920 description : Link to a page explaining your commit message convention
2021 default : https://github.com/conventional-changelog/commitlint/#what-is-commitlint
2122 required : false
2223 commitDepth :
2324 description : When set to a valid Integer value - X, considers only the latest X number of commits.
24- default : " "
25+ default : ' '
2526 required : false
2627 token :
2728 description : >
@@ -35,7 +36,7 @@ outputs:
3536 description : The error and warning messages for each one of the analyzed commits
3637runs :
3738 using : docker
38- image : docker://wagoid/ commitlint-github-action:6.1.2
39+ image : docker://ghcr.io/yossisaadi/ commitlint-github-action:latest
3940branding :
4041 icon : check-square
4142 color : blue
You can’t perform that action at this time.
0 commit comments