mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 16:06:56 +00:00
fix(action): use dockerfile
This commit is contained in:
parent
0a35ed499e
commit
0561ba8962
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ outputs:
|
||||||
description: The error and warning messages for each one of the analyzed commits
|
description: The error and warning messages for each one of the analyzed commits
|
||||||
runs:
|
runs:
|
||||||
using: docker
|
using: docker
|
||||||
image: docker://wagoid/commitlint-github-action:5.3.1
|
image: Dockerfile
|
||||||
branding:
|
branding:
|
||||||
icon: check-square
|
icon: check-square
|
||||||
color: blue
|
color: blue
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue