|
|
@ -17,7 +17,7 @@ jobs:
|
|
|
|
ref: ${{ github.event.pull_request.head.sha }}
|
|
|
|
ref: ${{ github.event.pull_request.head.sha }}
|
|
|
|
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
|
|
|
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@v2
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
dotnet-version: '6.0.x'
|
|
|
|
dotnet-version: '6.0.x'
|
|
|
|
- name: Generate openapi.json
|
|
|
|
- name: Generate openapi.json
|
|
|
@ -41,7 +41,7 @@ jobs:
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
ref: ${{ github.base_ref }}
|
|
|
|
ref: ${{ github.base_ref }}
|
|
|
|
- name: Setup .NET Core
|
|
|
|
- name: Setup .NET Core
|
|
|
|
uses: actions/setup-dotnet@v1
|
|
|
|
uses: actions/setup-dotnet@v2
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
dotnet-version: '6.0.x'
|
|
|
|
dotnet-version: '6.0.x'
|
|
|
|
- name: Generate openapi.json
|
|
|
|
- name: Generate openapi.json
|
|
|
|