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 32d7248 commit 96309a1Copy full SHA for 96309a1
1 file changed
Zero-K.info/Controllers/GithubController.cs
@@ -64,7 +64,7 @@ public async Task<ActionResult> Hook()
64
dynamic commits = payload.commits;
65
foreach (dynamic commit in commits)
66
{
67
- sb.AppendFormat("\n {0} <{1}>", commit.message, commit.url);
+ sb.AppendFormat("\n~~ ~~\n{0} <{1}>", commit.message, commit.url);
68
count++;
69
}
70
if (count > 0) text = $"[{payload.repository.name}] {payload.sender.login} has pushed {count} commits: {sb}";
0 commit comments