mirror of
https://github.com/mshick/add-pr-comment.git
synced 2026-01-01 14:49:44 +11:00
debug: test dogfood
This commit is contained in:
parent
b62030a7fc
commit
92549ba9b2
3 changed files with 4 additions and 2 deletions
|
|
@ -95,7 +95,7 @@ const getInputs = (): AddPrCommentInputs => {
|
|||
allowRepeats: Boolean(core.getInput('allow-repeats') === 'true'),
|
||||
message: core.getInput('message'),
|
||||
proxySecret: core.getInput('proxy-secret'),
|
||||
proxyUrl: core.getInput('proxy-url'),
|
||||
proxyUrl: core.getInput('proxy-url').replace(/\/$/, ''),
|
||||
repoToken: core.getInput('repo-token') || process.env['GITHUB_TOKEN'],
|
||||
repoTokenUserLogin: core.getInput('repo-token-user-login'),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue