From df5b3233a38b6732b9f45946fbe6493b8bc73151 Mon Sep 17 00:00:00 2001 From: mirpedrol Date: Wed, 11 Dec 2024 14:51:17 +0100 Subject: [PATCH] add more debugging on sync GHA --- .github/workflows/sync.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index b453331148..ea2c6283de 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -111,6 +111,8 @@ jobs: run: | git config --global user.email "core@nf-co.re" git config --global user.name "nf-core-bot" + setBranch=$(git config --global init.defaultBranch) + echo "set default branch: $setBranch" >> GITHUB_OUTPUT nf-core --log-file sync_log_${{ matrix.pipeline }}.txt \ ${{ github.event.inputs.debug == 'true' && '--verbose' || '' }} \ pipelines sync -d nf-core/${{ matrix.pipeline }} \