fix: checkout of head commit during PR creation
* according to https://github.com/actions/checkout/issues/61#issuecomment-561363340
This commit is contained in:
committed by
borgmanJeremy
parent
eae9c97b23
commit
c5b6fe3957
2
.github/workflows/Linux-pack.yml
vendored
2
.github/workflows/Linux-pack.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user