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 0c28294 commit 54f9fe9Copy full SHA for 54f9fe9
.github/workflows/job-deploy-windows.yml
@@ -313,7 +313,7 @@ jobs:
313
echo "" >> $GITHUB_STEP_SUMMARY
314
if [[ "${{ job.status }}" == "success" ]]; then
315
echo "### ✅ Deployment Details" >> $GITHUB_STEP_SUMMARY
316
- echo "- **Web App URL**: [${{ steps.get_output.outputs.WEB_APPURL }}](${{ steps.get_output.outputs.WEB_APPURL }})" >> $GITHUB_STEP_SUMMARY
+ echo "- **Web App URL**: [${{ steps.get_webapp_url.outputs.WEB_APPURL }}](${{ steps.get_webapp_url.outputs.WEB_APPURL }})" >> $GITHUB_STEP_SUMMARY
317
echo "- Successfully deployed to Azure with all resources configured" >> $GITHUB_STEP_SUMMARY
318
echo "- Post-deployment scripts executed successfully" >> $GITHUB_STEP_SUMMARY
319
else
0 commit comments