From 1de1034c0888f515bc26c32559707b24e835890c Mon Sep 17 00:00:00 2001 From: mirpedrol Date: Wed, 11 Dec 2024 15:34:37 +0100 Subject: [PATCH] echo message to sync GHA --- .github/workflows/sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index ea2c6283d..26c11c827 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -112,7 +112,7 @@ jobs: 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 + 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 }} \