Skip to content

Commit d264f39

Browse files
committed
Fix default value
1 parent 7f6607e commit d264f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inputs:
44
path:
55
description: "path of .tool-versions file"
66
required: true
7-
default: ".tool-version"
7+
default: ".tool-versions"
88
outputs:
99
nodejs:
1010
description: "version of nodejs"

0 commit comments

Comments
 (0)