diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 7ef2cfc..b6de9cb 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -77,8 +77,8 @@ jobs: - name: Configure Git run: | - git config user.name "GitHub Actions" - git config user.email "actions@github.com" + git config user.name github-actions + git config user.email github-actions@github.com - name: Commit and push changes env: