Skip to content

Commit 39ae166

Browse files
committed
updating branch name
1 parent 0a9a676 commit 39ae166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ resource "azuredevops_build_definition" "this" {
4040
repository {
4141
repo_type = "GitHub"
4242
repo_id = "devsecblueprint/azure-python-fastapi"
43-
branch_name = "main"
43+
branch_name = "refs/heads/main"
4444
yml_path = ".azdo-pipelines/azure-pipelines.yml"
4545
service_connection_id = azuredevops_serviceendpoint_github.this.id
4646
}

0 commit comments

Comments
 (0)