We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
actions/core
1 parent 762aeae commit 9339153Copy full SHA for 9339153
1 file changed
.github/actions/fix/src/index.ts
@@ -1,6 +1,6 @@
1
import type { Issue as IssueInput, Fixing } from "./types.d.js";
2
import process from "node:process";
3
-import core from "@actions/core";
+import * as core from "@actions/core";
4
import { Octokit } from "@octokit/core";
5
import { throttling } from "@octokit/plugin-throttling";
6
import { assignIssue } from "./assignIssue.js";
0 commit comments