1
0
mirror of synced 2026-01-05 12:07:35 -05:00

Update move-existing-issues-to-the-correct-repo.yml (#19766)

This commit is contained in:
Chiedo John
2021-06-07 15:58:47 -04:00
committed by GitHub
parent 3487088bc9
commit 0cc1483571

View File

@@ -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