From 161328e3eafc949c73f4c21d740b5237c0011174 Mon Sep 17 00:00:00 2001 From: David Hiendl Date: Sat, 2 Dec 2023 17:55:09 +0100 Subject: [PATCH] fix action js entrypoint --- .gitignore | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1cce422..d01c727 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ **/.idea/ -node_modules \ No newline at end of file +node_modules/ diff --git a/action.yml b/action.yml index 3bc728b..d54a0ed 100644 --- a/action.yml +++ b/action.yml @@ -45,7 +45,7 @@ outputs: runs: using: "node20" - main: action.js + main: ./dist/index.js branding: icon: git-branch