From 1775a9bffc894f37c3c590f9ccc83910a014f137 Mon Sep 17 00:00:00 2001 From: Jeff DiCorpo <42048757+jeffdi@users.noreply.github.com> Date: Wed, 15 Dec 2021 23:25:13 -0800 Subject: [PATCH] Update auto-update-caravel-lite.yml --- .github/workflows/auto-update-caravel-lite.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-update-caravel-lite.yml b/.github/workflows/auto-update-caravel-lite.yml index 3a98c9e6..7a746ef1 100644 --- a/.github/workflows/auto-update-caravel-lite.yml +++ b/.github/workflows/auto-update-caravel-lite.yml @@ -45,10 +45,11 @@ jobs: cd caravel-lite git config --global user.name 'EF Staff' git config --global user.email 'github@efabless.com' + git config --global init.defaultBranch main git init git checkout -b main - git remote set-url parent https://github.com/efabless/caravel - git pull parent master + git remote add parent https://github.com/efabless/caravel + git pull parent main git fetch --all --tags git filter-repo --path openlane/user_project_wrapper_empty --path openlane/user_analog_project_wrapper_empty --path openlane/Makefile --path gds/user_project_wrapper_empty.gds.gz --path gds/user_analog_project_wrapper_empty.gds.gz --path mag/user_project_wrapper_empty.mag --path mag/user_analog_project_wrapper_empty.mag --path lef/user_project_wrapper_empty.lef --path lef/user_analog_project_wrapper_empty.lef --path verilog/ --path info.yaml --path Makefile --path scripts/ --path utils/ --path LICENSE --path manifest --path spi/lvs/run_lvs.sh --path gds/gds2mag-all.sh --path gds/drc_on_gds.tcl --path gds/antenna_on_gds.tcl --path spi/lvs/caravel.spice --path spi/lvs/caravan.spice --force git remote add caravel_lite https://x-access-token:${{ secrets.EFSTAFF_TOKEN }}@github.com/caravel_openframe-lite