Skip to content

Commit

Permalink
fix: checkout of head commit during PR creation
Browse files Browse the repository at this point in the history
  • Loading branch information
holazt authored and borgmanJeremy committed Oct 22, 2020
1 parent a8648a3 commit 50bb662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Linux-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
uses: actions/checkout@v1
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
ref: refs/pull/${{ github.event.number }}/head
- name: Set env & Print flameshot version
shell: bash
run: |
Expand Down

0 comments on commit 50bb662

Please sign in to comment.