Skip to content

Commit

Permalink
drop -b
Browse files Browse the repository at this point in the history
  • Loading branch information
satish-ravi committed Oct 9, 2023
1 parent 021f61e commit 01be684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/checkPodfileAndUpdateRenovatePr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if (
) {
console.log('Renovate PR, pushing Podfile changes')
$.exec('git remote set-url origin [email protected]: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 "[email protected]"')
Expand Down

0 comments on commit 01be684

Please sign in to comment.