Skip to content

Commit

Permalink
fix(repositoryfile): use branch name in branch ref returned value
Browse files Browse the repository at this point in the history
  • Loading branch information
asafhm authored Oct 15, 2024
1 parent 1c9623d commit 96d2d38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/repositoryfile/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ func Configure(p *config.Provider) {
}
r.References["branch"] = config.Reference{
TerraformName: "github_branch",
Extractor: `github.com/crossplane/upjet/pkg/resource.ExtractParamPath("branch",true)`,
}
})
}

0 comments on commit 96d2d38

Please sign in to comment.