Skip to content

Commit d796c0b

Browse files
committed
specify git user.name and user.email in workflow for tests
1 parent e8a8850 commit d796c0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
python-version: 3.7
1515
- name: Generate coverage report
1616
run: |
17+
git config --global user.name "Github Action"
18+
git config --global user.email "[email protected]"
1719
pip install -r tests/test_requirements.txt
1820
pip install -e .
1921
pytest --cov=mkdocs_git_revision_date_localized_plugin --cov-report=xml

0 commit comments

Comments
 (0)