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
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