Skip to content

Commit

Permalink
Update processPRs.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AvineshTripathi authored Nov 15, 2023
1 parent 42f0ad1 commit cac27f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions analyze/processPRs.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ async function processPRs() {
});

console.log(authorData)
console.log(authorJsonPath)
fs.writeFileSync(authorJsonPath, JSON.stringify(authorData, null, 2));
console.log(process.env.GITHUB_WORKSPACE+"/analyze/author.json")
fs.writeFileSync(process.env.GITHUB_WORKSPACE+"/analyze/author.json", JSON.stringify(authorData, null, 2));

console.log('PRs processed and author.json updated successfully.');
} catch (error) {
Expand Down

0 comments on commit cac27f5

Please sign in to comment.