mirror of
https://github.com/mshick/add-pr-comment.git
synced 2026-01-02 23:00:02 +11:00
feat: adding support for a proxy
This commit is contained in:
parent
fdfdba3fa2
commit
b62030a7fc
3 changed files with 96 additions and 17 deletions
|
|
@ -14,6 +14,12 @@ inputs:
|
|||
description: "Allow messages to be repeated."
|
||||
required: false
|
||||
default: "false"
|
||||
proxy-url:
|
||||
description: "Proxy URL for comment creation"
|
||||
required: false
|
||||
proxy-secret:
|
||||
description: "A secret to use for authenticating against the proxy"
|
||||
required: false
|
||||
branding:
|
||||
icon: message-circle
|
||||
color: purple
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue