Skip to content

Commit 2963c38

Browse files
committed
add more debugging on sync GHA
1 parent 6148983 commit 2963c38

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/sync.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ jobs:
111111
run: |
112112
git config --global user.email "core@nf-co.re"
113113
git config --global user.name "nf-core-bot"
114+
setBranch=$(git config --global init.defaultBranch)
115+
echo "set default branch: $defaultBranch" >> GITHUB_OUTPUT
114116
nf-core --log-file sync_log_${{ matrix.pipeline }}.txt \
115117
${{ github.event.inputs.debug == 'true' && '--verbose' || '' }} \
116118
pipelines sync -d nf-core/${{ matrix.pipeline }} \

0 commit comments

Comments
 (0)