Skip to content

Commit 208e090

Browse files
authored
Fix actions/core import for ESM
1 parent 68ae0bf commit 208e090

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/find/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { AuthContextInput } from "./types.js";
2-
import core from "@actions/core";
2+
import * as core from "@actions/core";
33
import { AuthContext } from "./AuthContext.js";
44
import { findForUrl } from "./findForUrl.js";
55

0 commit comments

Comments
 (0)