From 5bb18b3c5ac63e9cf7557313dfadec3e4aaabf61 Mon Sep 17 00:00:00 2001 From: Erick Verleye Date: Tue, 23 Apr 2024 11:00:43 -0600 Subject: [PATCH] Changing parent repo --- .github/workflows/fetch-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fetch-template.yml b/.github/workflows/fetch-template.yml index c7df5d3..a332591 100644 --- a/.github/workflows/fetch-template.yml +++ b/.github/workflows/fetch-template.yml @@ -17,7 +17,7 @@ jobs: git config --global user.email "actions@users.noreply.github.com" - name: Fetch template repository - run: git fetch --no-tags --no-recurse-submodules https://github.com/CU-ESIIL/Working_group_OASIS.git +refs/heads/*:refs/remotes/template/* + run: git fetch --no-tags --no-recurse-submodules https://github.com/CU-ESIIL/Postdoc_OASIS.git +refs/heads/*:refs/remotes/template/* - name: Merge changes from template repository run: |