mirror of
https://github.com/mshick/add-pr-comment.git
synced 2026-01-02 23:00:02 +11:00
add custom owner and repo inputs (#78)
* add custom owner and repo inputs * add test for comment in another repo
This commit is contained in:
parent
7ca8398d28
commit
1605572889
6 changed files with 61 additions and 46 deletions
|
|
@ -15,6 +15,14 @@ inputs:
|
|||
description: "If a message with the same id, this option allow to refresh the position of the message to be the last one posted."
|
||||
default: "false"
|
||||
required: true
|
||||
repo-owner:
|
||||
description: "The repo owner."
|
||||
default: "${{ github.repository_owner }}"
|
||||
required: true
|
||||
repo-name:
|
||||
description: "The repo name."
|
||||
default: "${{ github.event.repository.name }}"
|
||||
required: true
|
||||
repo-token:
|
||||
description: "A GitHub token for API access. Defaults to {{ github.token }}."
|
||||
default: "${{ github.token }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue