From f30941b84d1639554710b1a399e0f8d0b3e2b50c Mon Sep 17 00:00:00 2001 From: Alyx Date: Tue, 9 Apr 2024 18:25:00 +0200 Subject: [PATCH] fix action path --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f487907..17415bd 100644 --- a/action.yml +++ b/action.yml @@ -60,7 +60,7 @@ outputs: description: 'The list of PRs numbers that have merge conflicts (comma-separated list)' runs: using: 'node20' - main: 'lib/index.js' + main: 'lib/action.js' branding: color: 'purple' icon: 'git-merge'