๐Ÿ› Change ignore empty default

This commit is contained in:
marocchino 2022-11-23 08:37:50 +09:00
parent c2d61f8d44
commit c4fe677969
No known key found for this signature in database
GPG key ID: DEFF05E6B5B0FF97
4 changed files with 6 additions and 4 deletions

View file

@ -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
}