mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
exit fine locally
This commit is contained in:
parent
053874e441
commit
1df5931b5a
1 changed files with 3 additions and 0 deletions
|
|
@ -82,4 +82,7 @@ async function isWorkingUrl(url) {
|
|||
`Action failed with ${failingUrls.length} URL fetch failures, see logs`
|
||||
);
|
||||
}
|
||||
if (process.env.CI !== 'true') {
|
||||
process.exit(failingUrls.length > 0 ? 1 : 0)
|
||||
}
|
||||
})();
|
||||
|
|
|
|||
Loading…
Reference in a new issue