We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52a41c3 commit 1752abaCopy full SHA for 1752aba
.github/workflows/format_check.yml
@@ -44,7 +44,8 @@ jobs:
44
write_output_files: true
45
- name: List of changed files
46
if: steps.changed-files.outputs.any_changed == 'true'
47
- run: cat .github/outputs/all_changed_files.txt
+ run: |
48
+ cat ${{ github.workspace }}/.github/outputs/all_changed_files.txt
49
50
verify-format:
51
runs-on: ubuntu-latest
0 commit comments