We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d761b9 + 854aec3 commit 7e07946Copy full SHA for 7e07946
.github/workflows/cron.yml
@@ -15,11 +15,11 @@ on:
15
workflow_dispatch:
16
inputs:
17
idf_branch:
18
- description: 'IDF branch to build (JSON list of strings e.g. ["release/v5.1"] or "all" to build all branches)'
+ description: 'IDF branch to build (escaped JSON list of strings e.g. [\"release\/v5.1\"] or "all" to build all branches)'
19
required: true
20
default: 'all'
21
target:
22
- description: 'Target to build (JSON list of strings e.g. ["esp32", "esp32s2"] or "all" to build all targets)'
+ description: 'Target to build (escaped JSON list of strings e.g. [\"esp32\", \"esp32s2\"] or "all" to build all targets)'
23
24
25
0 commit comments