mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-17 21:48:29 +00:00
Add repo input
This commit is contained in:
parent
26fcd4ab88
commit
1092a4a41b
1 changed files with 3 additions and 0 deletions
|
|
@ -23,6 +23,9 @@ inputs:
|
||||||
delete:
|
delete:
|
||||||
description: "delete the previously created comment"
|
description: "delete the previously created comment"
|
||||||
required: false
|
required: false
|
||||||
|
repo:
|
||||||
|
description: "Limited use on github enterprise. Note that When you trying changing a repo, be aware that GITHUB_TOKEN should also use that repo's. If not set, the current repo is used by default."
|
||||||
|
required: false
|
||||||
GITHUB_TOKEN:
|
GITHUB_TOKEN:
|
||||||
description: "set secrets.GITHUB_TOKEN here"
|
description: "set secrets.GITHUB_TOKEN here"
|
||||||
required: true
|
required: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue