Skip to content

Commit 3d4f270

Browse files
fix: add solution_suffix to deployment outputs
1 parent 173fb1c commit 3d4f270

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
web_url: ${{ steps.extract-urls.outputs.web_url }}
3535
admin_url: ${{ steps.extract-urls.outputs.admin_url }}
3636
DEPLOYMENT_SUCCESS: ${{ steps.final-status.outputs.DEPLOYMENT_SUCCESS }}
37-
resource_group: ${{ steps.check_create_rg.outputs.RESOURCE_GROUP_NAME }} # Add this line
37+
resource_group: ${{ steps.check_create_rg.outputs.RESOURCE_GROUP_NAME }}
38+
solution_suffix: ${{ steps.generate_solution_prefix.outputs.SOLUTION_SUFFIX }}
3839

3940
steps:
4041
- name: Checkout code

0 commit comments

Comments
 (0)