Skip to content

Commit ed291b3

Browse files
fix: fix formatting
1 parent 5987c90 commit ed291b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manager/flow-manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func Manage(githubToken, owner, repo, sourceBranch, destinationBranch, expressio
4848
evalContext := datasource.NewContextSimpleNative(map[string]interface{}{
4949
"SHA": commit.SHA,
5050
"Message": commit.Message,
51-
"AuthoredDate": commit.AuthoredDate,
51+
"AuthoredDate": commit.AuthoredDate,
5252
"StatusSuccess": commit.StatusSuccess,
5353
})
5454

0 commit comments

Comments
 (0)