We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3caa3ea commit a5b3883Copy full SHA for a5b3883
action.yaml
@@ -6,7 +6,7 @@ inputs:
6
should-cache:
7
description: 'Whether caching is enabled'
8
required: false
9
- default: true
+ default: 'true'
10
node-version:
11
description: 'Version of NodeJS to use'
12
@@ -26,7 +26,7 @@ inputs:
26
When the `ssh-key` input is not provided, SSH URLs beginning with `[email protected]:` are
27
converted to HTTPS.
28
29
- default: false
+ default: 'false'
30
31
runs:
32
using: 'composite'
0 commit comments