From 0cc148357199eb87a901359bc4487bea786166af Mon Sep 17 00:00:00 2001 From: Chiedo John <2156688+chiedo@users.noreply.github.com> Date: Mon, 7 Jun 2021 15:58:47 -0400 Subject: [PATCH] Update move-existing-issues-to-the-correct-repo.yml (#19766) --- .github/workflows/move-existing-issues-to-the-correct-repo.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/move-existing-issues-to-the-correct-repo.yml b/.github/workflows/move-existing-issues-to-the-correct-repo.yml index 102b5df8df..8194013d76 100644 --- a/.github/workflows/move-existing-issues-to-the-correct-repo.yml +++ b/.github/workflows/move-existing-issues-to-the-correct-repo.yml @@ -21,9 +21,8 @@ jobs: script: | const owner = 'github' const originalRepo = 'docs-internal' - correctRepo = process.env.TEAM_ENGINEERING_REPO + let correctRepo = process.env.TEAM_ENGINEERING_REPO - let correctRepo; const correctRepoObject = await github.repos.get({ owner: owner, repo: correctRepo