Skip to content

Commit 91d117e

Browse files
committed
fix: Broken import
1 parent 5025422 commit 91d117e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { AuthContextInput } from "./types.js";
22
import core from "@actions/core";
3-
import { AuthContext } from "./authContext.js";
3+
import { AuthContext } from "./AuthContext.js";
44
import { findForUrl } from "./findForUrl.js";
55

66
export default async function () {

0 commit comments

Comments
 (0)