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 a12d29c commit ff7d3faCopy full SHA for ff7d3fa
.github/workflows/pr_closed.yaml
@@ -186,10 +186,10 @@ jobs:
186
- name: Generate OpenAPI specification
187
run: |
188
echo "Building env specific OAS spec"
189
- make build-json-oas-spec APIM_ENV=${{ matrix.APIM_ENV }}
+ make build-json-oas-spec APIM_ENV=${{ matrix.apim-env }}
190
191
- name: Upload API spec artefact
192
uses: actions/upload-artifact@v4
193
with:
194
- name: ${{ matrix.APIM_ENV }}-build-output
+ name: ${{ matrix.apim-env }}-build-output
195
path: ./build
0 commit comments