Skip to content

Commit 8f843c1

Browse files
authored
Update admin-deploy.yml (#1189)
1 parent cbdd2fa commit 8f843c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/admin-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
id: purge-front-door
114114
shell: pwsh
115115
run: |
116-
az afd endpoint purge \
116+
az afd endpoint purge `
117117
--resource-group ${{ inputs.resourceGroupName }} `
118118
--profile-name ${{ inputs.frontDoorProfileName }} `
119119
--endpoint-name ${{ inputs.frontDoorEndpointName }} `

0 commit comments

Comments
 (0)