Skip to content

Commit

Permalink
Update append-json.js
Browse files Browse the repository at this point in the history
  • Loading branch information
theballaam96 authored Feb 14, 2024
1 parent 91e29a5 commit 870556b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/append-json.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ async function run() {
try {
// Get the PR number
const prNumber = process.env.PR_NUMBER;
const repo = "theballam96/candys-shop";
const repo = "theballaam96/candys-shop";
const token = process.env.PAT_TOKEN;
// Get the repository owner and name
console.log(`Fetching details for PR ${prNumber} in repository ${repo}`);
Expand Down

0 comments on commit 870556b

Please sign in to comment.