infra: prevent failing on preview-theme script

This commit is contained in:
anuraghazra 2020-08-14 20:55:54 +05:30
parent 0ccdb40471
commit aca48e97ce

View File

@ -74,7 +74,7 @@ async function run() {
issue_number: pullRequestId,
});
} catch (error) {
core.setFailed(error.message);
console.log(error);
}
}