Skip to content

Commit 6fd7f85

Browse files
committed
Make input a string explicitly
1 parent 7e56fa3 commit 6fd7f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ inputs:
1414
uv:
1515
type: boolean
1616
description: "Use uv to install python packages"
17-
default: true
17+
default: 'true'
1818

1919
runs:
2020
using: 'composite'

0 commit comments

Comments
 (0)