Skip to content

Commit d0b8386

Browse files
Clean up blank lines in deploy-waf.yml
Removed unnecessary blank lines in deployment script.
1 parent bdddd7d commit d0b8386

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-waf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@ jobs:
111111
id: deploy
112112
run: |
113113
set -e
114-
114+
115115
# Generate current timestamp in desired format: YYYY-MM-DDTHH:MM:SS.SSSSSSSZ
116116
current_date=$(date -u +"%Y-%m-%dT%H:%M:%S.%7NZ")
117-
117+
118118
az deployment group create \
119119
--resource-group ${{ env.RESOURCE_GROUP_NAME }} \
120120
--template-file infra/main.bicep \

0 commit comments

Comments
 (0)