From 6b8d39644134bc7ac05bd56ef32e1df288ef3d22 Mon Sep 17 00:00:00 2001 From: Evan Bonsignori Date: Thu, 13 Oct 2022 12:43:55 -0700 Subject: [PATCH] actually pass `branch` (#31694) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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