Skip to content

Commit

Permalink
Fix @actions/core
Browse files Browse the repository at this point in the history
  • Loading branch information
Leslie-Wong-H committed Sep 14, 2024
1 parent 5e04817 commit 50879b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import https from "node:https";
import cv from "@soruly/opencv4nodejs-prebuilt";
import { performance } from "perf_hooks";
import { publicIpv6 } from "public-ip";
const core = require('@actions/core');
import core from "@actions/core";

// import getSolrCoreList from "./lib/get-solr-core-list.js";

Expand Down

0 comments on commit 50879b9

Please sign in to comment.