Skip to content

Commit

Permalink
testing as string maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
TaylorFries committed Nov 7, 2024
1 parent aded1ff commit c4b2a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/helpers/npm-deps/create-report-issues.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const outputText = require(path.resolve(__dirname, `../../../outputText.json`));

// Get package.json paths and comment contents from env.
const packageJsonPaths = JSON.parse(process.env.packageJsonPaths);
const comment = JSON.parse(process.env.commentContents);
const comment = process.env.commentContents;

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

0 comments on commit c4b2a9a

Please sign in to comment.