Skip to content

Commit

Permalink
Update pr-analyzer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
theballaam96 authored Feb 14, 2024
1 parent 2f0a2b2 commit 883a9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/pr-analyzer.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ async function run() {

// PR Data
const prNumber = process.env.PR_NUMBER;
const repo = "theballaam96/candys-shop;
const repo = "theballaam96/candys-shop";
const token = process.env.GITHUB_TOKEN;
const response = await axios.get(`https://api.github.com/repos/${repo}/pulls/${prNumber}`, {
headers: {
Expand Down

0 comments on commit 883a9dc

Please sign in to comment.