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 c90f175 commit 6f7904cCopy full SHA for 6f7904c
.github/workflows/create-azure-self-hosted-runners.yml
@@ -149,10 +149,14 @@ jobs:
149
creds: ${{ secrets.AZURE_CREDENTIALS }}
150
151
- uses: azure/arm-deploy@v1
152
+ id: deploy-arm-template
153
with:
154
resourceGroupName: ${{ secrets.AZURE_RESOURCE_GROUP }}
155
template: ./azure-self-hosted-runners/azure-arm-template.json
156
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 }}
160
161
- name: Deallocate the VM for later use
162
if: env.DEALLOCATE_IMMEDIATELY == 'true'
0 commit comments