Skip to content

Commit

Permalink
chore: debug es module error
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol-Baranwal committed Oct 16, 2023
1 parent 2e90c74 commit d32be4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import * as core from "@actions/core";
import * as github from "@actions/github";
// import * as core from "@actions/core";
// import * as github from "@actions/github";

// import core = require("@actions/core");
// import github = require("@actions/github");
import core = require("@actions/core");
import github = require("@actions/github");

async function HandleMultipleIssues() {
try {
Expand Down

0 comments on commit d32be4e

Please sign in to comment.