mirror of
https://github.com/actions/github-script.git
synced 2026-02-07 19:47:26 +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:
parent
91a83c0917
commit
4024541289
1 changed files with 1 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ async function main(): Promise<void> {
|
|||
require: wrapRequire,
|
||||
__original_require__: __non_webpack_require__,
|
||||
github,
|
||||
octokit: github,
|
||||
context,
|
||||
core,
|
||||
exec,
|
||||
|
|
|
|||
Loading…
Reference in a new issue