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'