diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 548debec60c..fd306bd0d47 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: - name: Commit changes run: | git add . - git commit -m "Update hosts file" || echo "No changes to commit" + git commit -m "Update hosts file" --author="GitHub Actions " || echo "No changes to commit" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}