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
65920e7835
commit
ebd576749f
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -17,7 +17,7 @@ async function run() {
|
||||||
} = github.context;
|
} = github.context;
|
||||||
|
|
||||||
const { pullNumber } = pullRequestPayload;
|
const { pullNumber } = pullRequestPayload;
|
||||||
const { repoOwner, full_name: repoFullName } = respositoryPayload;
|
const { repoOwner, full_name: repoFullName } = repositoryPayload;
|
||||||
|
|
||||||
core.debug(`OWNER-------------------------------`);
|
core.debug(`OWNER-------------------------------`);
|
||||||
console.log(repoOwner);
|
console.log(repoOwner);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue