Skip to content

Commit 4c0c4e4

Browse files
authored
Configure github user for commit
1 parent adc8226 commit 4c0c4e4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,10 @@ jobs:
1515
with:
1616
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
1717

18+
- name: Configure GitHub settings
19+
run: |
20+
git config --local user.email "ci@scijava.org"
21+
git config --local user.name "SciJava CI"
22+
1823
- name: Execute the build
1924
run: .github/build.sh

0 commit comments

Comments
 (0)