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 173fb1c commit 3d4f270Copy full SHA for 3d4f270
.github/workflows/ci.yml
@@ -34,7 +34,8 @@ jobs:
34
web_url: ${{ steps.extract-urls.outputs.web_url }}
35
admin_url: ${{ steps.extract-urls.outputs.admin_url }}
36
DEPLOYMENT_SUCCESS: ${{ steps.final-status.outputs.DEPLOYMENT_SUCCESS }}
37
- resource_group: ${{ steps.check_create_rg.outputs.RESOURCE_GROUP_NAME }} # Add this line
+ resource_group: ${{ steps.check_create_rg.outputs.RESOURCE_GROUP_NAME }}
38
+ solution_suffix: ${{ steps.generate_solution_prefix.outputs.SOLUTION_SUFFIX }}
39
40
steps:
41
- name: Checkout code
0 commit comments