This commit is contained in:
marocchino 2021-02-25 16:45:36 +09:00
parent 1e3acb0e66
commit 9e128f055c
No known key found for this signature in database
GPG key ID: AFF521DBDB122570
2 changed files with 2 additions and 2 deletions

View file

@ -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`

View file

@ -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"