Skip to content

Commit 2985c09

Browse files
committed
update codestyle.yaml
1 parent 0008411 commit 2985c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codestyle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout code
2020
uses: actions/checkout@v3
2121
with:
22-
ref: ${{ github.event.pull_request.head.sha }}
22+
ref: ${{ github.event.pull_request.head.ref }}
2323
- name: Clang Format Checker
2424
- uses: jidicula/[email protected]
2525
with:

0 commit comments

Comments
 (0)