We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 351995a commit 6dd899eCopy full SHA for 6dd899e
src/stubs/github/context.ts
@@ -50,8 +50,11 @@ export class Context {
50
this.runAttempt = parseInt(process.env.GITHUB_RUN_ATTEMPT as string, 10)
51
this.runNumber = parseInt(process.env.GITHUB_RUN_NUMBER as string, 10)
52
this.runId = parseInt(process.env.GITHUB_RUN_ID as string, 10)
53
+ /* istanbul ignore next */
54
this.apiUrl = process.env.GITHUB_API_URL ?? 'https://api.github.com'
55
56
this.serverUrl = process.env.GITHUB_SERVER_URL ?? 'https://github.com'
57
58
this.graphqlUrl =
59
process.env.GITHUB_GRAPHQL_URL ?? 'https://api.github.com/graphql'
60
}
0 commit comments