Skip to content

Commit 7e07946

Browse files
committed
Merge branch 'ci/cron_optimization'
2 parents 3d761b9 + 854aec3 commit 7e07946

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cron.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ on:
1515
workflow_dispatch:
1616
inputs:
1717
idf_branch:
18-
description: 'IDF branch to build (JSON list of strings e.g. ["release/v5.1"] or "all" to build all branches)'
18+
description: 'IDF branch to build (escaped JSON list of strings e.g. [\"release\/v5.1\"] or "all" to build all branches)'
1919
required: true
2020
default: 'all'
2121
target:
22-
description: 'Target to build (JSON list of strings e.g. ["esp32", "esp32s2"] or "all" to build all targets)'
22+
description: 'Target to build (escaped JSON list of strings e.g. [\"esp32\", \"esp32s2\"] or "all" to build all targets)'
2323
required: true
2424
default: 'all'
2525

0 commit comments

Comments
 (0)