diff --git a/.github/workflows/toos.yml b/.github/workflows/toos.yml index 9e36d292d..2936f5e0f 100644 --- a/.github/workflows/toos.yml +++ b/.github/workflows/toos.yml @@ -58,6 +58,8 @@ jobs: - name: Commit and Push changes run: | + export HOME=${GITHUB_WORKSPACE} + git config --global user.name "GitHub Actions" git config --global user.email "actions@github.com"