mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-12 11:41:14 +00:00
oops
This commit is contained in:
parent
1e3acb0e66
commit
9e128f055c
2 changed files with 2 additions and 2 deletions
|
|
@ -152,7 +152,7 @@ with:
|
|||
|
||||
### `repo`
|
||||
|
||||
**Optional** 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.
|
||||
**Optional** other repo name 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.
|
||||
|
||||
### `GITHUB_TOKEN`
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ inputs:
|
|||
description: "pull request number for push event"
|
||||
required: false
|
||||
repo:
|
||||
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."
|
||||
description: "other repo name 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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue