From 4d8a530e6646edde30dee7d88173771f265ddb4b Mon Sep 17 00:00:00 2001 From: mirpedrol Date: Mon, 13 Jan 2025 16:35:49 +0100 Subject: [PATCH] fix quotes --- .github/workflows/sync.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index da8bf7475..8625f951e 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -97,7 +97,7 @@ jobs: run: | pushd nf-core/${{ matrix.pipeline }} - defaultBranch=$(grep -B5 -A5 "nextflowVersion" nextflow.config | grep "defaultBranch" | cut -d"=" -f2 | sed 's/'//g') + defaultBranch=$(grep -B5 -A5 "nextflowVersion" nextflow.config | grep "defaultBranch" | cut -d"=" -f2 | sed "s/'//g") if [ -z "$defaultBranch" ]; then defaultBranch="master" fi @@ -121,10 +121,6 @@ jobs: --username nf-core-bot \ --github-repository nf-core/${{ matrix.pipeline }} - - name: Setup ssh session - if: ${{ always() }} - uses: Warpbuilds/action-debugger@v1.3 - - name: Upload sync log file artifact if: ${{ always() }} uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4