Skip to content

Commit

Permalink
cleanup debugging echo
Browse files Browse the repository at this point in the history
  • Loading branch information
mirpedrol committed Dec 11, 2024
1 parent 3858e38 commit 380be6c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }} \
Expand Down

0 comments on commit 380be6c

Please sign in to comment.