From 3d5f381a3ade28e54f04fcc05a5989fb0151593b Mon Sep 17 00:00:00 2001 From: LDprg <71488985+LDprg@users.noreply.github.com> Date: Fri, 14 Jul 2023 17:05:24 +0200 Subject: [PATCH] Update rust-fmt.yml --- .github/workflows/rust-fmt.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/rust-fmt.yml b/.github/workflows/rust-fmt.yml index 8da91d9..20b9e62 100644 --- a/.github/workflows/rust-fmt.yml +++ b/.github/workflows/rust-fmt.yml @@ -13,3 +13,8 @@ jobs: run: cargo fmt --all - name: Create Pull Request uses: peter-evans/create-pull-request@v5 + with: + commit-message: Fix Formatt + title: Formatt Code + body: Running cargo fmt --all results + branch: rewrite