Skip to content

Commit 8b072f3

Browse files
committed
step
1 parent fe1c0fd commit 8b072f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/format_check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ 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: ${{ fvormat('"{0}"', join(fromJson(steps.changed-files.outputs.all_changed_files),'" "')) }}
45+
ALL_CHANGED_FILES: ${{ fromJson(steps.changed-files.outputs.all_changed_files) }}
4546
run: |
4647
echo "Changed files: $ALL_CHANGED_FILES"
4748
- name: Run clang-format check

0 commit comments

Comments
 (0)