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
5
node_modules/@actions/exec/lib/exec.d.ts
generated
vendored
5
node_modules/@actions/exec/lib/exec.d.ts
generated
vendored
|
@ -1,4 +1,5 @@
|
|||
import * as im from './interfaces';
|
||||
import { ExecOptions } from './interfaces';
|
||||
export { ExecOptions };
|
||||
/**
|
||||
* Exec a command.
|
||||
* Output will be streamed to the live console.
|
||||
|
@ -9,4 +10,4 @@ import * as im from './interfaces';
|
|||
* @param options optional exec options. See ExecOptions
|
||||
* @returns Promise<number> exit code
|
||||
*/
|
||||
export declare function exec(commandLine: string, args?: string[], options?: im.ExecOptions): Promise<number>;
|
||||
export declare function exec(commandLine: string, args?: string[], options?: ExecOptions): Promise<number>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue