Skip to content

Commit 627ccff

Browse files
authored
Update autodeploy.yml
1 parent 2141143 commit 627ccff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autodeploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# Provide the name of a resource group, only required for resource Group deployments.
4242
resourceGroupName: MyResourceGroup
4343
# Specify the path or URL to the Azure Resource Manager template.
44-
template: ../../Template.json
44+
template: ./Template.json
4545
# Incremental (only add resources to resource group) or Complete (remove extra resources from resource group) or Validate (only validates the template).
4646
deploymentMode: Incremental
4747
# Specifies the name of the resource group deployment to create.

0 commit comments

Comments
 (0)