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
81bea9f030
commit
c1d0d6aea1
9
.github/workflows/rust-fmt.yml
vendored
9
.github/workflows/rust-fmt.yml
vendored
@ -22,8 +22,7 @@ jobs:
|
|||||||
- name: Formatting Code
|
- name: Formatting Code
|
||||||
run: cargo fmt --all --verbose
|
run: cargo fmt --all --verbose
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: repo-sync/pull-request@v2
|
- name: pull-request
|
||||||
with:
|
run: |
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
gh_pr_up() { gh pr create $* || gh pr edit $* }
|
||||||
destination_branch: "rewrite"
|
gh_pr_up --title "Bot Fix: Formatting" --body "Fix formatting with cargo fmt"
|
||||||
source_branch: rewrite
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user