Skip to content

Commit 6f7904c

Browse files
output customScriptInstanceView
1 parent c90f175 commit 6f7904c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/create-azure-self-hosted-runners.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,14 @@ jobs:
149149
creds: ${{ secrets.AZURE_CREDENTIALS }}
150150

151151
- uses: azure/arm-deploy@v1
152+
id: deploy-arm-template
152153
with:
153154
resourceGroupName: ${{ secrets.AZURE_RESOURCE_GROUP }}
154155
template: ./azure-self-hosted-runners/azure-arm-template.json
155156
parameters: ./azure-self-hosted-runners/azure-arm-template-example-parameters.json ${{ env.AZURE_ARM_PARAMETERS }}
157+
158+
- name: Show post-deployment script output
159+
run: echo ${{ steps.deploy-arm-template.outputs.customScriptInstanceView }}
156160

157161
- name: Deallocate the VM for later use
158162
if: env.DEALLOCATE_IMMEDIATELY == 'true'

0 commit comments

Comments
 (0)