fix searching issues
Some checks failed
Gosec Check / Gosec Check (push) Failing after 36s

This commit is contained in:
Shane C 2024-09-06 16:40:38 -04:00
parent 1fedfc0ffb
commit 231f69012d
Signed by: shanec
GPG key ID: E46B5FEA35B22FF9

View file

@ -183,7 +183,6 @@ var rootCmd = &cobra.Command{
repoOwner, repoName := actionCtx.Repo()
issues, _, err := forgeClient.ListIssues(forgejo.ListIssueOption{
Owner: "forgejo-actions",
Type: forgejo.IssueTypeIssue,
})
if err != nil {