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