Skip to content

Commit

Permalink
add more debugging on sync GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
mirpedrol committed Dec 11, 2024
1 parent 6148983 commit df5b323
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ 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" >> GITHUB_OUTPUT
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 df5b323

Please sign in to comment.