mirror of
https://github.com/actions/github-script.git
synced 2025-12-08 08:06:23 +00:00
make octokit instance available as octokit on top of github, to make it easier to seamless to copy examples from GitHub api or octokit documentation
This commit is contained in:
committed by
Vladimir Starkov
parent
91a83c0917
commit
4024541289
@@ -62,6 +62,7 @@ async function main(): Promise<void> {
|
||||
require: wrapRequire,
|
||||
__original_require__: __non_webpack_require__,
|
||||
github,
|
||||
octokit: github,
|
||||
context,
|
||||
core,
|
||||
exec,
|
||||
|
||||
Reference in New Issue
Block a user