owner option

This commit is contained in:
marocchino 2023-02-11 20:09:54 +09:00
parent c0d3b93c09
commit 0bd1af949c
No known key found for this signature in database
GPG key ID: DEFF05E6B5B0FF97
6 changed files with 14 additions and 5 deletions

View file

@ -59,8 +59,11 @@ inputs:
number:
description: "pull request number for push event"
required: false
owner:
description: "Another repo owner, If not set, the current repo owner is used by default. Note that when you trying changing a repo, be aware that GITHUB_TOKEN should also have permission for that repository."
required: false
repo:
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."
description: "Another 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: "The GitHub access token (e.g. secrets.GITHUB_TOKEN) used to create or update the comment. This defaults to {{ github.token }}."