We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c22f7d commit 35211bdCopy full SHA for 35211bd
.github/workflows/ci-cd.yml
@@ -49,9 +49,9 @@ jobs:
49
- name: Check publish profile presence
50
run: |
51
if [ -z "${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}" ]; then
52
- echo "❌ Missing secret: AZURE_WEBAPP_PUBLISH_PROFILE"; exit 1
+ echo "Missing secret: AZURE_WEBAPP_PUBLISH_PROFILE"; exit 1
53
else
54
- echo "✅ Publish profile secret present"
+ echo "Publish profile secret present"
55
fi
56
57
- name: Azure WebApp Deploy
0 commit comments