File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -40,14 +40,11 @@ jobs:
40
40
matrix : true
41
41
- name : List changed files
42
42
if : steps.changed-files.outputs.any_changed == 'true'
43
- env :
44
- ALL_CHANGED_FILES : ${{ format('"{0}"', join(fromJson(steps.changed-files.outputs.all_changed_files),'" "')) }}
45
- # ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
46
43
run : |
47
- echo "Changed files: $ALL_CHANGED_FILES "
44
+ echo "${{ join(fromJson(steps.changed- files.outputs.all_changed_files), '\n')) }} "
48
45
- name : Run clang-format check
49
46
if : steps.changed-files.outputs.any_changed == 'true'
50
47
uses : pillo79/clang-format-action@mod
51
48
with :
52
49
clang-format-version : ' 19'
53
- check-files : ' ${{ steps.changed-files.outputs.all_changed_files }} '
50
+ check-files : ${{ join(fromJson( steps.changed-files.outputs.all_changed_files), '\n')) }}
You can’t perform that action at this time.
0 commit comments