mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
make action fail on failure...
This commit is contained in:
parent
f7173a097e
commit
053874e441
1 changed files with 0 additions and 1 deletions
|
|
@ -82,5 +82,4 @@ async function isWorkingUrl(url) {
|
||||||
`Action failed with ${failingUrls.length} URL fetch failures, see logs`
|
`Action failed with ${failingUrls.length} URL fetch failures, see logs`
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
process.exit(0);
|
|
||||||
})();
|
})();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue