Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibbavisk20 authored Feb 29, 2024
1 parent 76bffbd commit 095909c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/quickstart_template/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ runs:
client-id: ${{ inputs.client-id }}
tenant-id: ${{ inputs.tenant-id }}
subscription-id: ${{ inputs.subscription-id }}
enable-AzPSSession: false
enable-AzPSSession: true

- name: 'Az deploy - Wordpress on VM'
uses: azure/arm-deploy@v1
Expand All @@ -50,7 +50,7 @@ runs:
vmSize=Standard_D2as_v4
adminUsername=${{ inputs.admin-username }}
adminPasswordOrKey=${{inputs.admin-password}}
failOnStdErr: true
failOnStdErr: false

- name: Fetch deployment record - Run Azure PowerShell inline script
uses: azure/powershell@v1
Expand Down

0 comments on commit 095909c

Please sign in to comment.