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.
1 parent 5987c90 commit ed291b3Copy full SHA for ed291b3
manager/flow-manager.go
@@ -48,7 +48,7 @@ func Manage(githubToken, owner, repo, sourceBranch, destinationBranch, expressio
48
evalContext := datasource.NewContextSimpleNative(map[string]interface{}{
49
"SHA": commit.SHA,
50
"Message": commit.Message,
51
- "AuthoredDate": commit.AuthoredDate,
+ "AuthoredDate": commit.AuthoredDate,
52
"StatusSuccess": commit.StatusSuccess,
53
})
54
0 commit comments