mirror of
https://github.com/deployphp/action.git
synced 2025-06-29 04:34:15 +00:00
Mark job as failed on error (#14)
* fix: set failed on subprocess error * chore: update dependencies
This commit is contained in:
parent
1f9078ddea
commit
9eab20634f
39 changed files with 281 additions and 1118 deletions
5
node_modules/get-stream/index.d.ts
generated
vendored
5
node_modules/get-stream/index.d.ts
generated
vendored
|
@ -74,7 +74,7 @@ declare const getStream: {
|
|||
*/
|
||||
buffer(
|
||||
stream: Stream,
|
||||
options?: getStream.OptionsWithEncoding
|
||||
options?: getStream.Options
|
||||
): Promise<Buffer>;
|
||||
|
||||
/**
|
||||
|
@ -100,9 +100,6 @@ declare const getStream: {
|
|||
): Promise<string[]>;
|
||||
|
||||
MaxBufferError: typeof MaxBufferErrorClass;
|
||||
|
||||
// TODO: Remove this for the next major release
|
||||
default: typeof getStream;
|
||||
};
|
||||
|
||||
export = getStream;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue