Skip to content

Commit be94fe1

Browse files
committed
setup git user for github ci
1 parent d0fe1e5 commit be94fe1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
run: |
2121
sed -i '[email protected]:_https://github.com/_' .gitmodules
2222
git submodule update --init --recursive
23+
24+
- name: setup git user
25+
run: |
26+
git config --global user.email "[email protected]"
27+
git config --global user.name "Elspeth See-Eye"
2328
2429
- name: Set up Python 3.8
2530
uses: actions/setup-python@v1

0 commit comments

Comments
 (0)