mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-04-25 15:18:49 +00:00
update setup
This commit is contained in:
parent
7c6d2acc57
commit
6b16c03623
8 changed files with 1733 additions and 74 deletions
|
|
@ -24,11 +24,11 @@ inputs:
|
|||
description: "delete the previously created comment"
|
||||
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."
|
||||
description: "other repo url limited use on github enterprise. If not set, the current repo is used by default. Note that When you trying changing a repo, be aware that GITHUB_TOKEN should also use that repo's."
|
||||
required: false
|
||||
GITHUB_TOKEN:
|
||||
description: "set secrets.GITHUB_TOKEN here"
|
||||
required: true
|
||||
runs:
|
||||
using: "node12"
|
||||
main: "lib/main.js"
|
||||
main: "dist/index.js"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue