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: |