Skip to content

Commit 0c28294

Browse files
e to e step fix
1 parent bf2f244 commit 0c28294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/job-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ on:
5353
value: ${{ jobs.azure-setup.outputs.RESOURCE_GROUP_NAME }}
5454
WEB_APPURL:
5555
description: "Container Web App URL"
56-
value: ${{ jobs.deploy-windows.outputs.WEB_APPURL }}
56+
value: ${{ jobs.deploy-linux.outputs.WEB_APPURL }}
5757
ENV_NAME:
5858
description: "Environment Name"
5959
value: ${{ jobs.azure-setup.outputs.ENV_NAME }}

0 commit comments

Comments
 (0)