Skip to content

Commit 9339153

Browse files
authored
Fix actions/core import for ESM
1 parent 762aeae commit 9339153

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/fix/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { Issue as IssueInput, Fixing } from "./types.d.js";
22
import process from "node:process";
3-
import core from "@actions/core";
3+
import * as core from "@actions/core";
44
import { Octokit } from "@octokit/core";
55
import { throttling } from "@octokit/plugin-throttling";
66
import { assignIssue } from "./assignIssue.js";

0 commit comments

Comments
 (0)