We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5591738 commit 54afd2cCopy full SHA for 54afd2c
1 file changed
.github/workflows/clang-format-checker.yml
@@ -37,7 +37,7 @@ jobs:
37
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
38
with:
39
repository: microsoft/DirectXShaderCompiler
40
- ref: ${{ github.base_ref }}
+ ref: ${{ github.event.repository.default_branch }}
41
sparse-checkout: |
42
utils/git/requirements_formatting.txt
43
utils/git/code-format-helper.py
@@ -113,7 +113,7 @@ jobs:
113
114
115
116
117
118
119
0 commit comments