From bb3a25294af0326cbbc81857f623bca50a12acc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlia=20Mir=20Pedrol?= Date: Wed, 11 Dec 2024 10:42:54 +0100 Subject: [PATCH] Apply suggestions from code review --- .github/workflows/sync.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 0e28ece8a6..15ac0cb000 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -106,8 +106,8 @@ jobs: run: | git config --global user.email "core@nf-co.re" git config --global user.name "nf-core-bot" - nf-core --log-file sync_log_${{ matrix.pipeline }}.txt - ${{ github.event.inputs.debug == 'true' && '--verbose' || '' }} + nf-core --log-file sync_log_${{ matrix.pipeline }}.txt \ + ${{ github.event.inputs.debug == 'true' && '--verbose' || '' }} \ pipelines sync -d nf-core/${{ matrix.pipeline }} \ --from-branch dev \ --pull-request \