Replies: 2 comments
-
I now saw this code: https://github.com/kamilkisiela/graphql-inspector/blob/master/packages/action/src/run.ts#L65 But at the same time. I'm I doing something wrong in the config above? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I opened a PR here to address this #2420 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I need to include some custom headers when fetching the schema. Is the possible in the github action today?
When I try with the following config:
I'm getting the error "The workflow is not valid. .github/workflows/build.yml (Line: 69, Col: 13): A mapping was not expected"
Line 69 is
endpoint:
. So I guess the Github action only accepts a URL? Would it be possible to accept headers as well?Beta Was this translation helpful? Give feedback.
All reactions