From 01be684f68d574aa99435a937605475a7631abd7 Mon Sep 17 00:00:00 2001 From: Satish Ravi Date: Sun, 8 Oct 2023 22:44:47 -0700 Subject: [PATCH] drop -b --- .github/scripts/checkPodfileAndUpdateRenovatePr.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/checkPodfileAndUpdateRenovatePr.ts b/.github/scripts/checkPodfileAndUpdateRenovatePr.ts index 830a97a0532..e83021940c0 100644 --- a/.github/scripts/checkPodfileAndUpdateRenovatePr.ts +++ b/.github/scripts/checkPodfileAndUpdateRenovatePr.ts @@ -25,7 +25,7 @@ if ( ) { console.log('Renovate PR, pushing Podfile changes') $.exec('git remote set-url origin git@github.com:valora-inc/wallet.git') - $.exec(`git checkout -b ${branchName}`) + $.exec(`git checkout ${branchName}`) // this assumes the diff is from Podfile.lock only $.exec('git add ios/Podfile.lock') $.exec('git config user.email "valorabot@valoraapp.com"')