Skip to content

Commit 336a897

Browse files
committed
step
1 parent 8b072f3 commit 336a897

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
@@ -42,7 +42,7 @@ jobs:
4242
if: steps.changed-files.outputs.any_changed == 'true'
4343
env:
4444
# ALL_CHANGED_FILES: ${{ fvormat('"{0}"', join(fromJson(steps.changed-files.outputs.all_changed_files),'" "')) }}
45-
ALL_CHANGED_FILES: ${{ fromJson(steps.changed-files.outputs.all_changed_files) }}
45+
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
4646
run: |
4747
echo "Changed files: $ALL_CHANGED_FILES"
4848
- name: Run clang-format check

0 commit comments

Comments
 (0)