Merge remote-tracking branch 'upstream/master' into client-logger

This commit is contained in:
Cody Robibero 2021-11-05 22:25:48 -06:00
commit c8bd676b14

View File

@ -9,11 +9,13 @@ jobs:
openapi-head: openapi-head:
name: OpenAPI - HEAD name: OpenAPI - HEAD
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions: read-all
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2 uses: actions/checkout@v2
with: 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 - name: Setup .NET Core
uses: actions/setup-dotnet@v1 uses: actions/setup-dotnet@v1
with: with:
@ -33,6 +35,7 @@ jobs:
name: OpenAPI - BASE name: OpenAPI - BASE
if: ${{ github.base_ref != '' }} if: ${{ github.base_ref != '' }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions: read-all
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2 uses: actions/checkout@v2