Skip to content

Commit 1752aba

Browse files
committed
wew
1 parent 52a41c3 commit 1752aba

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
@@ -44,7 +44,8 @@ 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+
cat ${{ github.workspace }}/.github/outputs/all_changed_files.txt
4849
4950
verify-format:
5051
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)