Skip to content

Commit

Permalink
Revert import change
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 authored Oct 5, 2023
1 parent 2064c6d commit e68a327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const core = require("@actions/core");
const github = require("@actions/github-script");
const github = require("@actions/github");

async function run() {
try {
Expand Down

0 comments on commit e68a327

Please sign in to comment.