Skip to content

Commit

Permalink
echo message to sync GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
mirpedrol committed Dec 11, 2024
1 parent e8b6a9f commit 1de1034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "nf-core-bot"
setBranch=$(git config --global init.defaultBranch)
echo "set default branch: $setBranch" >> GITHUB_OUTPUT
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 1de1034

Please sign in to comment.