diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1e5095c9..965b7351 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -73,8 +73,9 @@ jobs: # cat requirements_frozen.txt - name: Setup git run: | - git config user.name "GitHub Actions" - git config user.email "<>" + git config user.name github-actions + git config user.email github-actions@github.com + - name: Commit requirements_frozen.txt to repo run: | echo >>> git status <<<