Skip to content

Commit 038b0ee

Browse files
committed
Revert "chore: temporarily change docker image"
This reverts commit 39350ef.
1 parent 38c81ca commit 038b0ee

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

action.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,25 @@ description: Lints Pull Request commit messages with commitlint
33
author: Wagner Santos
44
inputs:
55
configFile:
6-
description:
7-
Commitlint config file. If the file doesn't exist, config-conventional settings will be
6+
description: Commitlint config file. If the file doesn't exist, config-conventional settings will be
87
loaded as a fallback.
98
default: ./commitlint.config.mjs
109
required: false
1110
failOnWarnings:
1211
description: Whether you want to fail on warnings or not
13-
default: 'false'
12+
default: "false"
1413
required: false
1514
failOnErrors:
1615
description: Whether you want to fail on errors or not
17-
default: 'true'
16+
default: "true"
1817
required: true
1918
helpURL:
2019
description: Link to a page explaining your commit message convention
2120
default: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
2221
required: false
2322
commitDepth:
2423
description: When set to a valid Integer value - X, considers only the latest X number of commits.
25-
default: ''
24+
default: ""
2625
required: false
2726
token:
2827
description: >
@@ -36,7 +35,7 @@ outputs:
3635
description: The error and warning messages for each one of the analyzed commits
3736
runs:
3837
using: docker
39-
image: docker://ghcr.io/yossisaadi/commitlint-github-action:latest
38+
image: docker://wagoid/commitlint-github-action:6.1.2
4039
branding:
4140
icon: check-square
4241
color: blue

0 commit comments

Comments
 (0)