Skip to content

Commit efd4297

Browse files
committed
i hate yaml
1 parent 50dd149 commit efd4297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
cmake_command: |
4545
cmake -Bbuild -S. -DCMAKE_EXPORT_COMPILE_COMMANDS=on -DGLFW_BUILD_WAYLAND=off
4646
clang_tidy_checks: '' # Use closest .clang-tidy config, not some weird default
47-
split_workflow: github.event.repository.public # So that comments work with fork PRs
47+
split_workflow: ${{ github.event.repository.public }} # So that comments work with fork PRs
4848

4949
# Upload review results as artifacts, a different workflow posts them
5050
# as comments. This is required due to security stuff.

0 commit comments

Comments
 (0)