Specify repository info in openapi head checkout

This commit is contained in:
Niels van Velzen 2021-11-05 22:12:43 +01:00
parent b64d9bcd40
commit 2491dd513c

View file

@ -13,7 +13,8 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with: