Skip to content

Commit 8908c02

Browse files
committed
fix
1 parent 2c12083 commit 8908c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cron_build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898

9999
- name: Replace invalid characters in the artifact name
100100
run: |
101-
branch=${{ inputs.lib_builder_branch }}
101+
branch=${{ inputs.idf_branch }}
102102
echo "libs_branch=${branch//\//_}" >> $GITHUB_ENV
103103
104104
- name: Download artifacts

0 commit comments

Comments
 (0)