Skip to content

Commit 87d89ea

Browse files
committed
fix
1 parent e61d9a8 commit 87d89ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_py_tools.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
id: verify-changed-files
3434
run: |
3535
CHANGED_FILES=$(git log -1 --name-only --pretty=format: -- tools/get.py tools/espota.py tools/gen_esp32part.py tools/gen_insights_package.py)
36-
echo "all_changed_files=$CHANGED_FILES" >> $GITHUB_OUTPUT
36+
echo all_changed_files="$CHANGED_FILES" >> $GITHUB_OUTPUT
3737
if [ -n "$CHANGED_FILES" ]; then
3838
echo "any_changed=true" >> $GITHUB_OUTPUT
3939
else

0 commit comments

Comments
 (0)