Fixed event name

This commit is contained in:
Alejandro Celaya 2021-05-09 20:58:48 +02:00
parent 0ca6ff6906
commit 6319a81ddb

View file

@ -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: