We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8668b92 + 1b2e0f7 commit da9d25fCopy full SHA for da9d25f
VERSION
@@ -1 +1 @@
1
-0.34.4
+0.34.5
pkg/codefresh/gitops.go
@@ -2,6 +2,7 @@ package codefresh
2
3
import (
4
"fmt"
5
+ "time"
6
)
7
8
type (
@@ -58,8 +59,9 @@ type (
58
59
}
60
61
Commit struct {
- Message *string `json:"message"`
62
- Avatar *string `json:"avatar"`
+ Time *time.Time `json:"time,omitempty"`
63
+ Message *string `json:"message"`
64
+ Avatar *string `json:"avatar"`
65
66
67
EnvironmentActivityRS struct {
0 commit comments