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 855230c commit cebbcd2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/actions/quickstart_template/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,11 @@ runs:
with:
subscriptionId: ${{ inputs.subscription-id }}
resourceGroupName: ${{ inputs.resource-group-name }}
template: https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/demos/lamp-app/azuredeploy.json
parameters: https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/demos/lamp-app/azuredeploy.parameters.json
template: https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/application-workloads/wordpress/wordpress-single-vm-ubuntu/azuredeploy.json
parameters: https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/application-workloads/wordpress/wordpress-single-vm-ubuntu/azuredeploy.parameters.json
authenticationType=password
mySqlPassword=${{ inputs.admin-password }}
storageAccountNamePrefix=lampappsa
dnsLabelPrefix=dnslabelvm
vmDnsName=dnslabelvm
vmSize=Standard_D2as_v4
adminUsername=${{ inputs.admin-username }}
adminPasswordOrKey=${{inputs.admin-password}}
Expand Down

0 comments on commit cebbcd2

Please sign in to comment.