Skip to content

Commit e968031

Browse files
fix ref
1 parent b315fa4 commit e968031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212
with:
13-
ref: refs/pull/${{ github.event.number }}/head
13+
ref: ${{ github.head_ref || github.ref }}
1414
- uses: actions-rs/toolchain@v1
1515
with:
1616
profile: minimal

0 commit comments

Comments
 (0)