mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Push feed
This commit is contained in:
@@ -44,6 +44,10 @@ func (a Action) GetRepoName() string {
|
||||
return a.RepoName
|
||||
}
|
||||
|
||||
func (a Action) GetContent() string {
|
||||
return a.Content
|
||||
}
|
||||
|
||||
// CommitRepoAction records action for commit repository.
|
||||
func CommitRepoAction(userId int64, userName string,
|
||||
repoId int64, repoName string, commits [][]string) error {
|
||||
|
Reference in New Issue
Block a user