Skip to content

Commit 0efcc14

Browse files
Merge pull request #344 from drone/CODE-4389
feat: [CODE-4389]: Fix double commit messages in HCR backed pipeline …
2 parents c0ad4e7 + 6d88ba2 commit 0efcc14

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scm/driver/harness/content.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ func (s *contentService) Create(ctx context.Context, repo, path string, params *
5151
}
5252
in := editFile{
5353
Branch: params.Branch,
54-
Message: params.Message,
5554
Title: params.Message,
5655
Actions: []action{a},
5756
BypassRules: true,
@@ -81,7 +80,6 @@ func (s *contentService) Update(ctx context.Context, repo, path string, params *
8180
}
8281
in := editFile{
8382
Branch: params.Branch,
84-
Message: params.Message,
8583
Title: params.Message,
8684
Actions: []action{a},
8785
BypassRules: true,
@@ -109,7 +107,6 @@ func (s *contentService) Delete(ctx context.Context, repo, path string, params *
109107
}
110108
in := editFile{
111109
Branch: params.Branch,
112-
Message: params.Message,
113110
Title: params.Message,
114111
Actions: []action{a},
115112
BypassRules: true,

0 commit comments

Comments
 (0)