Update rust-fmt.yml

This commit is contained in:
LDprg 2023-07-14 17:08:26 +02:00 committed by GitHub
parent 3d5f381a3a
commit 7dffecba35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,9 +12,8 @@ jobs:
- name: Formatting Code - name: Formatting Code
run: cargo fmt --all run: cargo fmt --all
- name: Create Pull Request - name: Create Pull Request
uses: peter-evans/create-pull-request@v5 uses: repo-sync/pull-request@v2
with: with:
commit-message: Fix Formatt github_token: ${{ secrets.GITHUB_TOKEN }}
title: Formatt Code destination_branch: "rewrite"
body: Running cargo fmt --all results source_branch: rewrite
branch: rewrite