We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2a38fa commit 37cd217Copy full SHA for 37cd217
.github/workflows/ci.yaml
@@ -22,7 +22,7 @@ jobs:
22
env:
23
ARTIFACT_NAME: "openapi.json"
24
INPUT: ${{ github.event_name == 'repository_dispatch' && github.event.client_payload || inputs.json }}
25
- SPEC_URL: ${{ fromJSON(github.event_name == 'repository_dispatch' && github.event.client_payload || inputs.json)['artifacts'][env.ARTIFACT_NAME] }}
+ SPEC_URL: ${{ fromJSON(github.event_name == 'repository_dispatch' && github.event.client_payload || inputs.json)['artifacts']['openapi.json'] }}
26
PASSED_VERSION: ${{ fromJSON(github.event_name == 'repository_dispatch' && github.event.client_payload || inputs.json)['version'] }}
27
VERSION_POSTPEND: ${{ github.event_name == 'workflow_dispatch' && inputs.version_postfix || '' }}
28
steps:
0 commit comments