|
|
|
@ -29,7 +29,7 @@ jobs:
|
|
|
|
- name: Push to typescript repo
|
|
|
|
- name: Push to typescript repo
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
git config --global init.defaultBranch main
|
|
|
|
git config --global init.defaultBranch main
|
|
|
|
git config --global pull.rebase false
|
|
|
|
git config --global pull.rebase true
|
|
|
|
git config --global user.email "alex.tran1502@gmail.com"
|
|
|
|
git config --global user.email "alex.tran1502@gmail.com"
|
|
|
|
git config --global user.name "Alex Tran"
|
|
|
|
git config --global user.name "Alex Tran"
|
|
|
|
cd typescript-axios-client
|
|
|
|
cd typescript-axios-client
|
|
|
|
@ -50,7 +50,7 @@ jobs:
|
|
|
|
- name: Push to Dart repo
|
|
|
|
- name: Push to Dart repo
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
git config --global init.defaultBranch main
|
|
|
|
git config --global init.defaultBranch main
|
|
|
|
git config --global pull.rebase false
|
|
|
|
git config --global pull.rebase true
|
|
|
|
git config --global user.email "alex.tran1502@gmail.com"
|
|
|
|
git config --global user.email "alex.tran1502@gmail.com"
|
|
|
|
git config --global user.name "Alex Tran"
|
|
|
|
git config --global user.name "Alex Tran"
|
|
|
|
cd dart-client
|
|
|
|
cd dart-client
|
|
|
|
@ -71,7 +71,7 @@ jobs:
|
|
|
|
- name: Push to Rust repo
|
|
|
|
- name: Push to Rust repo
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
git config --global init.defaultBranch main
|
|
|
|
git config --global init.defaultBranch main
|
|
|
|
git config --global pull.rebase false
|
|
|
|
git config --global pull.rebase true
|
|
|
|
git config --global user.email "alex.tran1502@gmail.com"
|
|
|
|
git config --global user.email "alex.tran1502@gmail.com"
|
|
|
|
git config --global user.name "Alex Tran"
|
|
|
|
git config --global user.name "Alex Tran"
|
|
|
|
cd rust-client
|
|
|
|
cd rust-client
|
|
|
|
|