mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add pr event
This commit is contained in:
parent
05380145fb
commit
f7ba1dddfa
1 changed files with 2 additions and 1 deletions
3
.github/workflows/run-distiller.yml
vendored
3
.github/workflows/run-distiller.yml
vendored
|
|
@ -16,7 +16,8 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
||||
ref: ${{ github.event.pull_request.head.ref }}
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue