From ec80c2d21c9daa28c8e9f0dbccc6947ed8ec1dd1 Mon Sep 17 00:00:00 2001 From: Dalia Abuadas Date: Mon, 19 Jan 2026 11:58:19 -0500 Subject: [PATCH] Update TODO comment in main.go --- .github/workflows/awesome/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/awesome/main.go b/.github/workflows/awesome/main.go index a6d0351..db3fcc7 100644 --- a/.github/workflows/awesome/main.go +++ b/.github/workflows/awesome/main.go @@ -8,7 +8,7 @@ import ( func main() { github_go_script.Call(func(options *github_go_script.Options) (map[string]string, error) { - // TODO: Replace this with your code + // TODO: Replace this with your code repo, _, err := options.Client.Repositories.Get(options.Ctx, options.Context.Repository.OwnerName, options.Context.Repository.Name) if err != nil { return nil, err