This commit is contained in:
parent
1fedfc0ffb
commit
231f69012d
1 changed files with 1 additions and 2 deletions
|
@ -183,8 +183,7 @@ var rootCmd = &cobra.Command{
|
|||
repoOwner, repoName := actionCtx.Repo()
|
||||
|
||||
issues, _, err := forgeClient.ListIssues(forgejo.ListIssueOption{
|
||||
Owner: "forgejo-actions",
|
||||
Type: forgejo.IssueTypeIssue,
|
||||
Type: forgejo.IssueTypeIssue,
|
||||
})
|
||||
if err != nil {
|
||||
log.Fatalln(err)
|
||||
|
|
Loading…
Reference in a new issue