|
|
@ -141,7 +141,7 @@ func (a *Action) ShortActUserName() string {
|
|
|
|
// GetActAvatar the action's user's avatar link
|
|
|
|
// GetActAvatar the action's user's avatar link
|
|
|
|
func (a *Action) GetActAvatar() string {
|
|
|
|
func (a *Action) GetActAvatar() string {
|
|
|
|
a.loadActUser()
|
|
|
|
a.loadActUser()
|
|
|
|
return a.ActUser.AvatarLink()
|
|
|
|
return a.ActUser.RelAvatarLink()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// GetRepoUserName returns the name of the action repository owner.
|
|
|
|
// GetRepoUserName returns the name of the action repository owner.
|
|
|
|