mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-04-28 16:38:51 +00:00
✨ owner option
This commit is contained in:
parent
c0d3b93c09
commit
0bd1af949c
6 changed files with 14 additions and 5 deletions
2
dist/index.js
generated
vendored
2
dist/index.js
generated
vendored
|
|
@ -241,7 +241,7 @@ exports.ignoreEmpty = core.getBooleanInput("ignore_empty", {
|
|||
});
|
||||
function buildRepo() {
|
||||
return {
|
||||
owner: github_1.context.repo.owner,
|
||||
owner: core.getInput("owner", { required: false }) || github_1.context.repo.owner,
|
||||
repo: core.getInput("repo", { required: false }) || github_1.context.repo.repo
|
||||
};
|
||||
}
|
||||
|
|
|
|||
2
dist/index.js.map
generated
vendored
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue