From 7dffecba35551631cb925c6f799d010f5aeeb5de Mon Sep 17 00:00:00 2001 From: LDprg <71488985+LDprg@users.noreply.github.com> Date: Fri, 14 Jul 2023 17:08:26 +0200 Subject: [PATCH] Update rust-fmt.yml --- .github/workflows/rust-fmt.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/rust-fmt.yml b/.github/workflows/rust-fmt.yml index 20b9e62..c3758ad 100644 --- a/.github/workflows/rust-fmt.yml +++ b/.github/workflows/rust-fmt.yml @@ -12,9 +12,8 @@ jobs: - name: Formatting Code run: cargo fmt --all - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: repo-sync/pull-request@v2 with: - commit-message: Fix Formatt - title: Formatt Code - body: Running cargo fmt --all results - branch: rewrite + github_token: ${{ secrets.GITHUB_TOKEN }} + destination_branch: "rewrite" + source_branch: rewrite