Skip to content

Commit

Permalink
chore: test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol-Baranwal committed Oct 15, 2023
1 parent e6f25c8 commit ebf22a3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +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");

async function run() {
try {
Expand Down

0 comments on commit ebf22a3

Please sign in to comment.