Skip to content

Commit ff7d3fa

Browse files
committed
Lower case
1 parent a12d29c commit ff7d3fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr_closed.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,10 @@ jobs:
186186
- name: Generate OpenAPI specification
187187
run: |
188188
echo "Building env specific OAS spec"
189-
make build-json-oas-spec APIM_ENV=${{ matrix.APIM_ENV }}
189+
make build-json-oas-spec APIM_ENV=${{ matrix.apim-env }}
190190
191191
- name: Upload API spec artefact
192192
uses: actions/upload-artifact@v4
193193
with:
194-
name: ${{ matrix.APIM_ENV }}-build-output
194+
name: ${{ matrix.apim-env }}-build-output
195195
path: ./build

0 commit comments

Comments
 (0)