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