Use sha hash instead of branch name for OpenAPI workflow head reference (#7340)

pull/7112/head
Niels van Velzen 2 years ago committed by GitHub
parent b92e1baa3c
commit 6a8a6a1325
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save