diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index 18aea02..1a321cb 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -33,6 +33,8 @@ jobs: - name: Check and commit changes id: commit_check run: | + git config user.name "GitHub Actions" + git config user.email "actions@github.com" if [[ -n "$(git status --porcelain docs)" ]]; then git add docs git commit -m "Update docs"