Skip to content

Commit a5b3883

Browse files
author
tal-rofe
committed
fix: 🐞 fix strings
fix strings
1 parent 3caa3ea commit a5b3883

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ inputs:
66
should-cache:
77
description: 'Whether caching is enabled'
88
required: false
9-
default: true
9+
default: 'true'
1010
node-version:
1111
description: 'Version of NodeJS to use'
1212
required: false
@@ -26,7 +26,7 @@ inputs:
2626
When the `ssh-key` input is not provided, SSH URLs beginning with `[email protected]:` are
2727
converted to HTTPS.
2828
required: false
29-
default: false
29+
default: 'false'
3030

3131
runs:
3232
using: 'composite'

0 commit comments

Comments
 (0)