feat: guidelines
This commit is contained in:
@@ -31,6 +31,8 @@ func (b *BitbucketAdapter) GetFileContent(ctx context.Context, projectKey, repos
|
||||
if err != nil {
|
||||
return "", err
|
||||
}
|
||||
// Ensure raw file retrieval
|
||||
r.Header.Set("Accept", "application/octet-stream")
|
||||
if ref != "" {
|
||||
q := r.URL.Query()
|
||||
q.Set("at", ref)
|
||||
|
||||
Reference in New Issue
Block a user