forked from waja/action-debian-package
node_modules: update
This commit is contained in:
parent
c4ea5b96e9
commit
7c68f31a28
30 changed files with 673 additions and 856 deletions
2
node_modules/@actions/exec/lib/interfaces.d.ts
generated
vendored
2
node_modules/@actions/exec/lib/interfaces.d.ts
generated
vendored
|
@ -24,6 +24,8 @@ export interface ExecOptions {
|
|||
ignoreReturnCode?: boolean;
|
||||
/** optional. How long in ms to wait for STDIO streams to close after the exit event of the process before terminating. defaults to 10000 */
|
||||
delay?: number;
|
||||
/** optional. input to write to the process on STDIN. */
|
||||
input?: Buffer;
|
||||
/** optional. Listeners for output. Callback functions that will be called on these events */
|
||||
listeners?: {
|
||||
stdout?: (data: Buffer) => void;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue