diff --git a/src/index.ts b/src/index.ts index 86bedee..123de44 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,8 +1,8 @@ -import { getInput } from "./helpers"; -import { setup } from "./setup"; import { getInput as coreGetInput } from "@actions/core"; import { createActionAuth } from "@octokit/auth-action"; import { Octokit } from "@octokit/rest"; +import { getInput } from "./helpers"; +import { setup } from "./setup"; (async () => { await setup({ diff --git a/src/setup.ts b/src/setup.ts index 1090c6b..890cb95 100644 --- a/src/setup.ts +++ b/src/setup.ts @@ -1,9 +1,9 @@ +import { join } from "path"; import { addPath, exportVariable, info, setFailed } from "@actions/core"; import { downloadTool, extractTar, extractZip } from "@actions/tool-cache"; import { RequestError } from "@octokit/request-error"; import { Octokit } from "@octokit/rest"; import { stat, symlink, writeFile } from "fs/promises"; -import { join } from "path"; /** * Exoscale Setup Options