Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
piaskowyk authored Jan 2, 2024
1 parent 632bdb4 commit b57b3a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { getInput, notice, setFailed } from "@actions/core";
import { context, getOctokit } from "@actions/github";
import { readFileSync } from "fs";
const { getInput, notice, setFailed } = require("@actions/core");
const { context, getOctokit } = require("@actions/github");
const { readFileSync } = require("fs");

export const run = async () => {
const content = getInput("content", {
Expand Down

0 comments on commit b57b3a2

Please sign in to comment.