mirror of
https://github.com/mshick/add-pr-comment.git
synced 2026-01-01 14:49:44 +11:00
trigger
This commit is contained in:
parent
49c89434d3
commit
93221a9073
1 changed files with 2 additions and 0 deletions
2
index.js
2
index.js
|
|
@ -11,6 +11,8 @@ 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);
|
core.debug(context);
|
||||||
|
|
||||||
// const { data: pullRequest } = await octokit.pulls.get({
|
// const { data: pullRequest } = await octokit.pulls.get({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue