From e84c618a59b99f63cfc248891b65804bfba1e9f5 Mon Sep 17 00:00:00 2001 From: Ben Date: Fri, 22 Apr 2022 19:56:15 +0300 Subject: [PATCH] test commit --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index eb49f45..6d290fe 100644 --- a/action.yml +++ b/action.yml @@ -8,7 +8,7 @@ inputs: required: true runs: using: 'node16' - main: 'develop_actions/index.js' + main: './src/develop_actions.js' branding: icon: 'package'