mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-04-10 08:20:07 +00:00
build: Rebuild with new deps
This commit is contained in:
parent
8000ab89a9
commit
21998583f4
5 changed files with 101 additions and 33 deletions
|
|
@ -10,8 +10,7 @@ export const repo = buildRepo()
|
|||
export const header = core.getInput('header', {required: false})
|
||||
export const append = core.getBooleanInput('append', {required: true})
|
||||
export const recreate = core.getBooleanInput('recreate', {required: true})
|
||||
export const deleteOldComment =
|
||||
core.getBooleanInput('delete', {required: true})
|
||||
export const deleteOldComment = core.getBooleanInput('delete', {required: true})
|
||||
export const githubToken = core.getInput('GITHUB_TOKEN', {required: true})
|
||||
|
||||
export const body = buildBody()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue