infra: prevent failing on preview-theme script
This commit is contained in:
parent
0ccdb40471
commit
aca48e97ce
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ async function run() {
|
||||||
issue_number: pullRequestId,
|
issue_number: pullRequestId,
|
||||||
});
|
});
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
core.setFailed(error.message);
|
console.log(error);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue