From 380be6c2c20cd8306bd73089b3999bea21440e89 Mon Sep 17 00:00:00 2001 From: mirpedrol Date: Wed, 11 Dec 2024 16:10:05 +0100 Subject: [PATCH] cleanup debugging echo --- .github/workflows/sync.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 23e89c26c..4d7c496ed 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -111,8 +111,6 @@ 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" nf-core --log-file sync_log_${{ matrix.pipeline }}.txt \ ${{ github.event.inputs.debug == 'true' && '--verbose' || '' }} \ pipelines sync -d nf-core/${{ matrix.pipeline }} \