We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5e562f commit a15810dCopy full SHA for a15810d
1 file changed
action.yml
@@ -9,7 +9,8 @@ inputs:
9
10
runs:
11
using: 'node20'
12
- main: 'dist/index.js'
+ # main: 'dist/index.js'
13
+ main: 'index.js'
14
15
branding:
16
icon: 'terminal'
0 commit comments