From 870556b46f80059343ee4bbba00ca3cf3d664ea7 Mon Sep 17 00:00:00 2001 From: Tom Ballaam Date: Wed, 14 Feb 2024 10:16:06 -0600 Subject: [PATCH] Update append-json.js --- .github/scripts/append-json.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/append-json.js b/.github/scripts/append-json.js index dcfedf87..331dceff 100644 --- a/.github/scripts/append-json.js +++ b/.github/scripts/append-json.js @@ -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}`);