We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd27baf commit 85e6a04Copy full SHA for 85e6a04
src/utils.ts
@@ -6,7 +6,7 @@ import { nanoid } from 'nanoid/async'
6
/* eslint-disable @typescript-eslint/prefer-nullish-coalescing */
7
8
// https://github.com/actions/toolkit/blob/b5f31bb5a25d129441c294fc81ba7f92f3e978ba/packages/cache/src/internal/cacheUtils.ts#L13
9
-export const createTempDirectory = async (): Promise<string> => {
+export async function createTempDirectory(): Promise<string> {
10
let tempDirectory = process.env.RUNNER_TEMP
11
12
if (!tempDirectory) {
0 commit comments