File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -187,12 +187,19 @@ jobs:
187187 working_directory : example/ios
188188 command : |
189189 pod install
190+
191+ - run :
192+ name : Configure Git user
193+ command : |
194+ git config --global user.email "[email protected] " 195+ git config --global user.name "refactorer-bot"
196+
190197 - run :
191198 name : Commit and push Podfile.lock
192199 command : |
193200 git add example/ios/Podfile.lock
194201 git commit -m "chore: update Podfile.lock"
195- git remote set-url origin https://refactorer-bot: ${GH_RW_TOKEN}@github.com/intercom/intercom-react-native.git
202+ git remote set-url origin https://${GH_RW_TOKEN}@github.com/intercom/intercom-react-native.git
196203 git push origin ${CIRCLE_BRANCH}
197204 echo "Podfile.lock committed and pushed"
198205
You can’t perform that action at this time.
0 commit comments