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 ae98f4b commit 52a41c3Copy full SHA for 52a41c3
.github/workflows/format_check.yml
@@ -62,4 +62,4 @@ jobs:
62
uses: pillo79/clang-format-action@main
63
with:
64
clang-format-version: '19'
65
- check-files-from: $GITHUB_WORKSPACE/.github/outputs/all_changed_files.txt
+ check-files-from: ${{ github.workspace }}/.github/outputs/all_changed_files.txt
0 commit comments