mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2026-02-01 15:13:03 -07:00
node_modules: update (#134)
Co-authored-by: dawidd6 <9713907+dawidd6@users.noreply.github.com>
This commit is contained in:
2
node_modules/@actions/exec/lib/toolrunner.d.ts
generated
vendored
2
node_modules/@actions/exec/lib/toolrunner.d.ts
generated
vendored
@@ -1,5 +1,5 @@
|
||||
import * as events from 'events';
|
||||
import * as im from './interfaces';
|
||||
import * as im from './interfaces.js';
|
||||
export declare class ToolRunner extends events.EventEmitter {
|
||||
constructor(toolPath: string, args?: string[], options?: im.ExecOptions);
|
||||
private toolPath;
|
||||
|
||||
Reference in New Issue
Block a user