From 5840561600b9b331bb887fab2c3e3847a3dcd91c Mon Sep 17 00:00:00 2001 From: Irakli Gozalishvili Date: Sat, 17 Oct 2020 01:16:02 -0700 Subject: [PATCH] fix the path to action --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2d654f4..b64c019 100644 --- a/action.yml +++ b/action.yml @@ -3,7 +3,7 @@ description: 'Report type check result on PR diff view.' author: 'andoshin11' runs: using: 'node12' - main: 'dist/index.js' + main: 'lib/index.js' branding: icon: 'check-circle' color: 'blue'