Skip to content

Commit 39350ef

Browse files
committed
chore: temporarily change docker image
1 parent edecd25 commit 39350ef

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

action.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,26 @@ description: Lints Pull Request commit messages with commitlint
33
author: Wagner Santos
44
inputs:
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
3637
runs:
3738
using: docker
38-
image: docker://wagoid/commitlint-github-action:6.1.2
39+
image: docker://ghcr.io/yossisaadi/commitlint-github-action:latest
3940
branding:
4041
icon: check-square
4142
color: blue

0 commit comments

Comments
 (0)