From 0561ba89620ef690e74a82f00c378aa655a86490 Mon Sep 17 00:00:00 2001 From: Cooper Date: Mon, 10 Apr 2023 13:05:55 -0400 Subject: [PATCH] fix(action): use dockerfile --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1a0c217..c301cc2 100644 --- a/action.yml +++ b/action.yml @@ -44,7 +44,7 @@ outputs: description: The error and warning messages for each one of the analyzed commits runs: using: docker - image: docker://wagoid/commitlint-github-action:5.3.1 + image: Dockerfile branding: icon: check-square color: blue