We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5018fdc commit dcc6f01Copy full SHA for dcc6f01
.github/workflows/cron_build.yml
@@ -54,7 +54,7 @@ jobs:
54
steps:
55
- uses: actions/checkout@v4
56
with:
57
- ref: ${{ inputs.idf_branch }}
+ ref: ${{ inputs.lib_builder_branch }}
58
59
- name: Install dependencies
60
run: bash ./tools/prepare-ci.sh
0 commit comments