Skip to content

Commit 0361584

Browse files
committed
fiiix
1 parent 86e8304 commit 0361584

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/format_check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ 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: |
48+
pwd
49+
cat .github/outputs/all_changed_files.txt
4850
4951
verify-format:
5052
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)