diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e470a58d20..46138e3433 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -94,7 +94,7 @@ jobs: const response = await github.repos.getBranch({ owner: 'github', repo: 'docs-early-access', - BRANCH_NAME, + branch: BRANCH_NAME, }) console.log(`Using docs-early-access branch called '${BRANCH_NAME}'.`) return BRANCH_NAME