Skip to content

Commit da9d25f

Browse files
Merge pull request #62 from codefresh-io/CR-5892
CR-5892
2 parents 8668b92 + 1b2e0f7 commit da9d25f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.34.4
1+
0.34.5

pkg/codefresh/gitops.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package codefresh
22

33
import (
44
"fmt"
5+
"time"
56
)
67

78
type (
@@ -58,8 +59,9 @@ type (
5859
}
5960

6061
Commit struct {
61-
Message *string `json:"message"`
62-
Avatar *string `json:"avatar"`
62+
Time *time.Time `json:"time,omitempty"`
63+
Message *string `json:"message"`
64+
Avatar *string `json:"avatar"`
6365
}
6466

6567
EnvironmentActivityRS struct {

0 commit comments

Comments
 (0)