Skip to content

Commit da09d6d

Browse files
Update content
1 parent 7110bae commit da09d6d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy_infra.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ jobs:
3131
uses: actions/checkout@v4
3232

3333
- name: Bicep build
34-
run: az bicep build --file ${{ env.BICEP_DIR }}/azure.deploy.bicep --outfile ${{ env.BICEP_DIR }}/azure.deploy.json
34+
run: az bicep build --file ${{ env.BICEP_DIR }}/main.bicep --outfile ${{ env.BICEP_DIR }}/main.json
3535

3636
- name: Run PSRule
3737
uses: microsoft/ps-rule@v2.9.0
3838
with:
3939
modules: "PSRule.Rules.Azure"
40-
inputPath: ${{ env.BICEP_DIR }}/azure.deploy*.json
40+
inputPath: ${{ env.BICEP_DIR }}/main*.json
4141
outputFormat: NUnit3
4242
outputPath: psrule-results-${{ github.run_number }}.xml
4343
summary: true
@@ -137,7 +137,7 @@ jobs:
137137
creds: ${{ secrets.AZURE_CREDENTIALS }}
138138

139139
- name: Lint template
140-
run: az bicep build --file azure.deploy.bicep
140+
run: az bicep build --file main.bicep
141141

142142
- name: Validate template
143143
run: |

0 commit comments

Comments
 (0)