|
|
|
@ -17,7 +17,7 @@ jobs:
|
|
|
|
|
ref: ${{ github.event.pull_request.head.sha }}
|
|
|
|
|
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
|
|
|
|
- name: Setup .NET Core
|
|
|
|
|
uses: actions/setup-dotnet@4d4a70f4a5b2a5a5329f13be4ac933f2c9206ac0 # tag=v3
|
|
|
|
|
uses: actions/setup-dotnet@607fce577a46308457984d59e4954e075820f10a # tag=v3
|
|
|
|
|
with:
|
|
|
|
|
dotnet-version: '6.0.x'
|
|
|
|
|
- name: Generate openapi.json
|
|
|
|
@ -41,7 +41,7 @@ jobs:
|
|
|
|
|
with:
|
|
|
|
|
ref: ${{ github.base_ref }}
|
|
|
|
|
- name: Setup .NET Core
|
|
|
|
|
uses: actions/setup-dotnet@4d4a70f4a5b2a5a5329f13be4ac933f2c9206ac0 # tag=v3
|
|
|
|
|
uses: actions/setup-dotnet@607fce577a46308457984d59e4954e075820f10a # tag=v3
|
|
|
|
|
with:
|
|
|
|
|
dotnet-version: '6.0.x'
|
|
|
|
|
- name: Generate openapi.json
|
|
|
|
|