Skip to content

Commit 3d8aee5

Browse files
committed
fixing up mrtrix tagging in ci-cd
1 parent b97c4df commit 3d8aee5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci-cd.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ jobs:
3434
run:
3535
shell: bash -l {0}
3636
steps:
37+
- name: Set Git User
38+
# checkout@v2 adds a header that makes branch protection report errors
39+
# because the Github action bot is not a collaborator on the repo
40+
run: |
41+
git config --global user.email "auto@github-actions"
42+
git config --global user.name "GitHub Actions Runner"
3743
- name: Install dependencies
3844
run: |
3945
sudo apt-get update

0 commit comments

Comments
 (0)