Skip to content

Commit f6f9531

Browse files
committed
fix: changed path to action file
1 parent e8b3b36 commit f6f9531

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
@@ -5,7 +5,7 @@ branding:
55
color: 'blue'
66
runs:
77
using: 'node20'
8-
main: 'dist/index.js'
8+
main: 'dist/index.cjs'
99
inputs:
1010
token:
1111
required: true

0 commit comments

Comments
 (0)