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 0008411 commit 2985c09Copy full SHA for 2985c09
.github/workflows/codestyle.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Checkout code
20
uses: actions/checkout@v3
21
with:
22
- ref: ${{ github.event.pull_request.head.sha }}
+ ref: ${{ github.event.pull_request.head.ref }}
23
- name: Clang Format Checker
24
- uses: jidicula/[email protected]
25
0 commit comments