mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-04-12 01:10:04 +00:00
๐ Change ignore empty default
This commit is contained in:
parent
c2d61f8d44
commit
c4fe677969
4 changed files with 6 additions and 4 deletions
|
|
@ -34,6 +34,7 @@ async function run(): Promise<undefined> {
|
|||
const body = await getBody()
|
||||
|
||||
if (!body && ignoreEmpty) {
|
||||
core.info("no body given: skip step by ignoreEmpty")
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loadingโฆ
Add table
Add a link
Reference in a new issue