1
0
mirror of synced 2025-12-30 03:01:36 -05:00

actually pass branch (#31694)

This commit is contained in:
Evan Bonsignori
2022-10-13 12:43:55 -07:00
committed by GitHub
parent 248e974c64
commit 6b8d396441

View File

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