Skip to content

Commit

Permalink
fix: move ref from merge commit to head
Browse files Browse the repository at this point in the history
  • Loading branch information
BreadGenie committed Feb 10, 2022
1 parent 3f42274 commit 80f4e51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-python@v2
with:
cache: 'pip'
Expand Down

0 comments on commit 80f4e51

Please sign in to comment.