Skip to content

Commit 0d3842f

Browse files
committed
change action entrypoint to index.mjs
Signed-off-by: Yoichi Kawasaki <[email protected]>
1 parent f45b364 commit 0d3842f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ branding:
8383
color: 'blue'
8484
runs:
8585
using: 'node20'
86-
main: 'dist/index.js'
86+
main: 'dist/index.mjs'

0 commit comments

Comments
 (0)