Skip to content

Commit 86e8304

Browse files
committed
fix2
1 parent 72b6b1b commit 86e8304

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/format_check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
write_output_files: true
4545
- name: List of changed files
4646
if: steps.changed-files.outputs.any_changed == 'true'
47-
run: cat .github/outputs/all_changed_files.txt
47+
run: cat ~/.github/outputs/all_changed_files.txt
4848

4949
verify-format:
5050
runs-on: ubuntu-latest
@@ -62,4 +62,4 @@ jobs:
6262
uses: pillo79/clang-format-action@main
6363
with:
6464
clang-format-version: '19'
65-
check-files-from: .github/outputs/all_changed_files.txt
65+
check-files-from: ~/.github/outputs/all_changed_files.txt

0 commit comments

Comments
 (0)