mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-06 15:17:19 +02:00
Update rust-fmt.yml
This commit is contained in:
parent
3d5f381a3a
commit
7dffecba35
9
.github/workflows/rust-fmt.yml
vendored
9
.github/workflows/rust-fmt.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user