We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
actions/core
1 parent 68ae0bf commit 208e090Copy full SHA for 208e090
1 file changed
.github/actions/find/src/index.ts
@@ -1,5 +1,5 @@
1
import type { AuthContextInput } from "./types.js";
2
-import core from "@actions/core";
+import * as core from "@actions/core";
3
import { AuthContext } from "./AuthContext.js";
4
import { findForUrl } from "./findForUrl.js";
5
0 commit comments