more tweaks
This commit is contained in:
@@ -48,7 +48,7 @@ func (f GiteaFetcher) Fetch() []string {
|
||||
commit := r[0]
|
||||
|
||||
if f.Cache.TryUpdate("gitea_"+url.QueryEscape(giteaURL), commit.Sha) {
|
||||
messages = append(messages, fmt.Sprintf("Gitea: %s <%s>", commit.Commit.Message, commit.HTMLURL))
|
||||
messages = append(messages, fmt.Sprintf("📝 [Gitea] - (%s) %s - %s", repo, commit.Commit.Message, commit.HTMLURL))
|
||||
}
|
||||
}
|
||||
return messages
|
||||
|
||||
Reference in New Issue
Block a user