mirror of
https://github.com/actions/github-script.git
synced 2026-04-07 22:50:04 +00:00
Add docs and tests for getOctokit script context
This commit is contained in:
parent
a7dc0e4fc1
commit
cc685dce52
3 changed files with 24 additions and 0 deletions
1
dist/index.js
vendored
1
dist/index.js
vendored
|
|
@ -36289,6 +36289,7 @@ async function main() {
|
|||
__original_require__: require,
|
||||
github,
|
||||
octokit: github,
|
||||
getOctokit: lib_github.getOctokit,
|
||||
context: lib_github.context,
|
||||
core: core,
|
||||
exec: exec,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue