Skip to content

Commit 5b8431d

Browse files
committed
Fix lint: 'Incorrect type. Expected "string".'
1 parent 67649b2 commit 5b8431d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

action.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ branding:
99
inputs:
1010
default:
1111
description: Set installed toolchain as default
12-
default: false
12+
default: "false"
1313
buildtargets:
1414
description: Comma separated list of targets
1515
default: esp32,esp32s2,esp32s3
@@ -18,16 +18,16 @@ inputs:
1818
default: latest
1919
ldproxy:
2020
description: Whether to install ldproxy (required for `std`)
21-
default: false
21+
default: "false"
2222
override:
2323
description: Whether to override the toolchain
24-
default: true
24+
default: "true"
2525
export:
2626
description: Whether to export the `${ESPUP_EXPORT_FILE}` into the GitHub environment
27-
default: true
27+
default: "true"
2828
extended-llvm:
2929
description: Install the whole LLVM instead of only installing the libs
30-
default: false
30+
default: "false"
3131
name:
3232
description: Xtensa Rust toolchain name
3333
default: esp

0 commit comments

Comments
 (0)