Skip to content

Commit e55749a

Browse files
authored
Try a different way of setting name/email config
1 parent 4c0c4e4 commit e55749a

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ 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-
2318
- name: Execute the build
24-
run: .github/build.sh
19+
run: |
20+
git config user.name github-actions
21+
git config user.email github-actions@github.com
22+
.github/build.sh

0 commit comments

Comments
 (0)