Skip to content

Commit 35211bd

Browse files
authored
Update ci-cd.yml
1 parent 1c22f7d commit 35211bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ jobs:
4949
- name: Check publish profile presence
5050
run: |
5151
if [ -z "${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}" ]; then
52-
echo "Missing secret: AZURE_WEBAPP_PUBLISH_PROFILE"; exit 1
52+
echo "Missing secret: AZURE_WEBAPP_PUBLISH_PROFILE"; exit 1
5353
else
54-
echo "Publish profile secret present"
54+
echo "Publish profile secret present"
5555
fi
5656
5757
- name: Azure WebApp Deploy

0 commit comments

Comments
 (0)