Skip to content

Commit 708b08a

Browse files
committed
step
1 parent fd7b2b5 commit 708b08a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: List changed files
4242
if: steps.changed-files.outputs.any_changed == 'true'
4343
env:
44-
ALL_CHANGED_FILES: ${{ format('''{0}''', join(fromJson(steps.changed-files.outputs.all_changed_files),''' ''')) }}
44+
ALL_CHANGED_FILES: "${{ format('''{0}''', join(fromJson(steps.changed-files.outputs.all_changed_files),''' ''')) }}"
4545
run: |
4646
echo "Changed files: $ALL_CHANGED_FILES"
4747
- name: Run clang-format check

0 commit comments

Comments
 (0)