From c555f5511abd4fd61a6841fe4638e122d1ea1435 Mon Sep 17 00:00:00 2001 From: pacnpal <183241239+pacnpal@users.noreply.github.com> Date: Tue, 10 Dec 2024 18:57:57 -0500 Subject: [PATCH] fix --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3b03f60..7690e02 100644 --- a/action.yml +++ b/action.yml @@ -18,4 +18,4 @@ outputs: description: 'Generated code review' runs: using: 'node20' - main: 'action.js' \ No newline at end of file + main: 'dist/index.js' \ No newline at end of file