diff --git a/.github/workflows/cargo-tests.yml b/.github/workflows/cargo-tests.yml index 118687153b..b08247d3d7 100644 --- a/.github/workflows/cargo-tests.yml +++ b/.github/workflows/cargo-tests.yml @@ -20,9 +20,5 @@ jobs: if: ${{ github.ref != 'refs/heads/main' }} with: add: src - author_name: Formatting Committer - author_email: "" - message: "Updating rust formatting" - # do not pull: if this branch is behind, then we might as well let - # the pushing fail - pull_strategy: "NO-PULL" + default_author: github_actions + message: "🤖 cargo-fmt auto-update"