mirror of
https://github.com/mshick/add-pr-comment.git
synced 2026-01-01 22:49:45 +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 octokit = new github.GitHub(repoToken);
|
||||||
const context = github.context;
|
const context = github.context;
|
||||||
|
|
||||||
console.log(context);
|
core.debug(context);
|
||||||
|
|
||||||
// const { data: pullRequest } = await octokit.pulls.get({
|
// const { data: pullRequest } = await octokit.pulls.get({
|
||||||
// owner: "octokit",
|
// owner: "octokit",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue