Skip to content

Commit ccd08a8

Browse files
authored
chore: rename "Azd down" step to "Destroy Infrastructure" for clarity
1 parent 2d3738c commit ccd08a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/azure-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
with:
194194
sarif_file: ./checkov-results.sarif/results_sarif.sarif
195195

196-
- name: Azd down
196+
- name: Destroy Infrastructure
197197
if: ${{ github.event.inputs.run_azd_down == 'true' || github.event_name == 'pull_request' }}
198198
env:
199199
POWER_PLATFORM_CLIENT_ID: ${{ vars.AZURE_CLIENT_ID }}

0 commit comments

Comments
 (0)