diff --git a/src/install.ts b/src/install.ts index a17a9b0..c87aba3 100644 --- a/src/install.ts +++ b/src/install.ts @@ -1,5 +1,5 @@ -import {exec} from '@actions/exec' import {downloadTool} from '@actions/tool-cache' +import {exec} from '@actions/exec' export async function runCommand(command: string): Promise { let output = ''