mirror of
https://github.com/mshick/add-pr-comment.git
synced 2025-12-31 14:20:32 +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 context = github.context;
|
||||
|
||||
console.log(context);
|
||||
|
||||
core.debug(context);
|
||||
|
||||
// const { data: pullRequest } = await octokit.pulls.get({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue