๐Ÿ› 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

1
dist/index.js generated vendored
View file

@ -323,6 +323,7 @@ function run() {
try {
const body = yield (0, config_1.getBody)();
if (!body && config_1.ignoreEmpty) {
core.info("no body given: skip step by ignoreEmpty");
return;
}
if (!config_1.deleteOldComment && !config_1.hideOldComment && !body) {

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long