Skip to content

Commit 4b603ac

Browse files
authored
Add run options to action.yml
1 parent 6b92c16 commit 4b603ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@ inputs:
1515
default: [
1616
"/test"
1717
]
18-
18+
runs:
19+
using: 'node18'
20+
main: 'index.js'

0 commit comments

Comments
 (0)