Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search issue with query #135

Closed
KodaCHC opened this issue Jan 9, 2022 · 0 comments
Closed

Search issue with query #135

KodaCHC opened this issue Jan 9, 2022 · 0 comments

Comments

@KodaCHC
Copy link

KodaCHC commented Jan 9, 2022

I use this call

      - name: API Call
        uses: octokit/[email protected]
        id: get_issues_newfeatures
        with:
          route: GET /search/issues
          q: 'repo:org/repo'
          per_page: 100

I get this error: Unexpected input(s) 'q', 'per_page', valid inputs are ['route', 'mediaType']

The same if I want to use {org} and {repo}. is it possible to hide the warning?

Fount it. Sorry: #26

@KodaCHC KodaCHC closed this as completed Jan 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant