From 3851305adadab35d8c631196fa4699c0b027663c Mon Sep 17 00:00:00 2001 From: martinabrle Date: Mon, 30 Oct 2023 13:31:55 +0100 Subject: [PATCH] Fix bicep validation --- .github/workflows/02-validation-infra.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/02-validation-infra.yml b/.github/workflows/02-validation-infra.yml index 7571736..0f318f8 100644 --- a/.github/workflows/02-validation-infra.yml +++ b/.github/workflows/02-validation-infra.yml @@ -29,4 +29,4 @@ jobs: - name: Run basic scripts and templates validations run: | - az bicep --file ./templates/main.bicep --out ./templates/azuredeploy.json \ No newline at end of file + az bicep build --file ./templates/main.bicep --outfile ./templates/azuredeploy.json \ No newline at end of file