mirror of
https://github.com/mshick/add-pr-comment.git
synced 2025-12-31 14:20:32 +11:00
test context
This commit is contained in:
parent
92c3de9d8c
commit
8aa00d578f
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -11,7 +11,7 @@ async function run() {
|
|||
const octokit = new github.GitHub(repoToken);
|
||||
const context = github.context;
|
||||
|
||||
console.log(context);
|
||||
core.debug(context);
|
||||
|
||||
// const { data: pullRequest } = await octokit.pulls.get({
|
||||
// owner: "octokit",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue