diff --git a/.github/scripts/create-versioning-pull-request.js b/.github/scripts/create-versioning-pull-request.js index 680c01e..90bf20b 100644 --- a/.github/scripts/create-versioning-pull-request.js +++ b/.github/scripts/create-versioning-pull-request.js @@ -38,7 +38,7 @@ if (!dry && (await getCurrentBranch()) !== GITHUB_BASE_BRANCH) { if (!dry) { console.info(`Switch branch to ${GITHUB_HEAD_BRANCH}.`); - await $`git checkout -B ${GITHUB_HEAD_BRANCH} ${`origin/${GITHUB_HEAD_BRANCH}`}`; + await $`git checkout -B ${GITHUB_HEAD_BRANCH}`; } const config = await Config.read(CONVER_CONFIG);