Skip to content

Commit 54f9fe9

Browse files
updated output params
1 parent 0c28294 commit 54f9fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/job-deploy-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ jobs:
313313
echo "" >> $GITHUB_STEP_SUMMARY
314314
if [[ "${{ job.status }}" == "success" ]]; then
315315
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
316+
echo "- **Web App URL**: [${{ steps.get_webapp_url.outputs.WEB_APPURL }}](${{ steps.get_webapp_url.outputs.WEB_APPURL }})" >> $GITHUB_STEP_SUMMARY
317317
echo "- Successfully deployed to Azure with all resources configured" >> $GITHUB_STEP_SUMMARY
318318
echo "- Post-deployment scripts executed successfully" >> $GITHUB_STEP_SUMMARY
319319
else

0 commit comments

Comments
 (0)