mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-04-17 19:45:43 +00:00
✨ owner option
This commit is contained in:
parent
c0d3b93c09
commit
0bd1af949c
6 changed files with 14 additions and 5 deletions
|
|
@ -36,7 +36,7 @@ export const ignoreEmpty = core.getBooleanInput("ignore_empty", {
|
|||
|
||||
function buildRepo(): {repo: string; owner: string} {
|
||||
return {
|
||||
owner: context.repo.owner,
|
||||
owner: core.getInput("owner", {required: false}) || context.repo.owner,
|
||||
repo: core.getInput("repo", {required: false}) || context.repo.repo
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue