mirror of
https://github.com/actions/github-script.git
synced 2025-12-09 00:26:20 +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,
|
require: wrapRequire,
|
||||||
__original_require__: __non_webpack_require__,
|
__original_require__: __non_webpack_require__,
|
||||||
github,
|
github,
|
||||||
|
octokit: github,
|
||||||
context,
|
context,
|
||||||
core,
|
core,
|
||||||
exec,
|
exec,
|
||||||
|
|||||||
Reference in New Issue
Block a user