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