Added configuration for git user

This commit is contained in:
Corey Oordt 2021-12-23 15:54:30 -06:00
parent adf7c78268
commit e3bed16a9f

View file

@ -27,6 +27,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements/dev.txt
git config user.name github-actions
git config user.email github-actions@github.com
make pubdocs
# - name: Sphinx Pages
# # You may pin to the exact commit or the version.