Skip to content

Commit c7060db

Browse files
fix: add outputs for resource group name and web app URL in deployment job
1 parent a43ee6b commit c7060db

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ env:
1515
jobs:
1616
deploy:
1717
runs-on: ubuntu-latest
18+
outputs:
19+
RESOURCE_GROUP_NAME: ${{ steps.check_create_rg.outputs.RESOURCE_GROUP_NAME }}
20+
WEBAPP_URL: ${{ steps.get_output.outputs.WEBAPP_URL }}
1821
steps:
1922
- name: Checkout Code
2023
uses: actions/checkout@v3

0 commit comments

Comments
 (0)