From 2595c53f83add5b84ffdcbec4848705ffe6d6659 Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Mon, 21 Jul 2025 16:20:58 +0200 Subject: [PATCH] fix formatting? --- .github/workflows/app.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml index 0b29de8..897e1e3 100644 --- a/.github/workflows/app.yml +++ b/.github/workflows/app.yml @@ -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 }} \ No newline at end of file + --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 }} \ No newline at end of file