From e3bed16a9f5527f2850f5f984d04e177faedb468 Mon Sep 17 00:00:00 2001 From: Corey Oordt Date: Thu, 23 Dec 2021 15:54:30 -0600 Subject: [PATCH] Added configuration for git user --- .github/workflows/python-package.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 4852979..99b6517 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -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.