fix formatting?

This commit is contained in:
Chris Kruining 2025-07-21 16:20:58 +02:00
parent 155b82cbea
commit 2595c53f83
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -89,8 +89,8 @@ jobs:
azcliversion: 2.75.0
inlineScript: >-
az deployment sub create
--location westeurope
--template-file infrastructure/main.bicep
--parameters infrastructure/params/${{ matrix.environment }}.bicepparam
--parameters version=${{needs.versionize.outputs.semver}}
--parameters registryUrl=${{ secrets.ACR_LOGIN_SERVER }}
--location westeurope
--template-file infrastructure/main.bicep
--parameters infrastructure/params/${{ matrix.environment }}.bicepparam
--parameters version=${{needs.versionize.outputs.semver}}
--parameters registryUrl=${{ secrets.ACR_LOGIN_SERVER }}