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