update activity actions to return paths/links with a repo's group

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
2026-04-02 20:01:01 -04:00
parent 4566939671
commit 1a469dc31b
2 changed files with 19 additions and 3 deletions
+1
View File
@@ -63,6 +63,7 @@ type Actioner interface {
GetActUserName(ctx context.Context) string
GetRepoUserName(ctx context.Context) string
GetRepoName(ctx context.Context) string
GetRepoGroup(ctx context.Context) string
GetRepoPath(ctx context.Context) string
GetRepoLink(ctx context.Context) string
GetBranch() string