diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6ab147835..fa8e58fe6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -60,7 +60,10 @@ jobs: with: hugo-version: "latest" extended: true - + - name: Setup Git + run: | + git config --global user.email "github-actions[bot]@users.noreply.github.com" + git config --global user.name "github-actions[bot]" - name: Create a new Hugo project run: | cd ${HOME}