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 b315fa4 commit e968031Copy full SHA for e968031
.github/workflows/clippy.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v2
12
with:
13
- ref: refs/pull/${{ github.event.number }}/head
+ ref: ${{ github.head_ref || github.ref }}
14
- uses: actions-rs/toolchain@v1
15
16
profile: minimal
0 commit comments