Skip to content

Commit

Permalink
checking what output is
Browse files Browse the repository at this point in the history
  • Loading branch information
TaylorFries committed Oct 31, 2024
1 parent aae9317 commit 0320fe5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/helpers/npm-deps/create-report-issues.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ const outputText = require(path.resolve(__dirname, `../../../outputText.json`));
// Get package.json paths from env.
const packageJsonPaths = JSON.parse(process.env.packageJsonPaths);

console.log(outputText);

(async () => {
const module = await import('../github-api/create-and-close-existing-issue.mjs');
const createAndCloseExistingIssue = module.default;
Expand Down

0 comments on commit 0320fe5

Please sign in to comment.