mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-12-10 14:16:59 -06:00
Fixed event name
This commit is contained in:
parent
0ca6ff6906
commit
6319a81ddb
2
.github/workflows/deploy-preview.yml
vendored
2
.github/workflows/deploy-preview.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: ${{ github.event.pull_request_target.head.repo.full_name }}
|
||||
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
||||
- name: Use node.js 14.15
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user