Update octokit graphql type dependencies (#228)
* Update GraphQL support in base API
This commit is contained in:
@@ -27,11 +27,8 @@ export class Context {
|
||||
readFileSync(process.env.GITHUB_EVENT_PATH, {encoding: 'utf8'})
|
||||
)
|
||||
} else {
|
||||
process.stdout.write(
|
||||
`GITHUB_EVENT_PATH ${
|
||||
process.env.GITHUB_EVENT_PATH
|
||||
} does not exist${EOL}`
|
||||
)
|
||||
const path = process.env.GITHUB_EVENT_PATH
|
||||
process.stdout.write(`GITHUB_EVENT_PATH ${path} does not exist${EOL}`)
|
||||
}
|
||||
}
|
||||
this.eventName = process.env.GITHUB_EVENT_NAME as string
|
||||
|
||||
Reference in New Issue
Block a user