From 09fdc594834fda031fa27ce7f95d89da8ef68dc8 Mon Sep 17 00:00:00 2001 From: Cooper Date: Mon, 10 Apr 2023 14:50:03 -0400 Subject: [PATCH] fix(action): add docker image back to yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c301cc2..1a0c217 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: Dockerfile + image: docker://wagoid/commitlint-github-action:5.3.1 branding: icon: check-square color: blue