mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-01-20 19:10:22 +00:00
feat: optimize actions
This commit is contained in:
6
.github/workflows/push_format.yml
vendored
6
.github/workflows/push_format.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
||||
git config --local user.email "github-actions[bot]@users.noreply.github.com"
|
||||
git config --local user.name "github-actions[bot]"
|
||||
git add --all
|
||||
git commit -m "chore(format): run black"
|
||||
git commit -m "chore(format): run black on ${{github.ref_name}}"
|
||||
|
||||
- name: Create Pull Request
|
||||
if: steps.commitback.outcome == 'success'
|
||||
@@ -47,7 +47,7 @@ jobs:
|
||||
with:
|
||||
delete-branch: true
|
||||
body: "Automatically apply code formatter change"
|
||||
title: "chore(format): run black"
|
||||
commit-message: "chore(format): run black"
|
||||
title: "chore(format): run black on ${{github.ref_name}}"
|
||||
commit-message: "chore(format): run black on ${{github.ref_name}}"
|
||||
branch: formatter-${{github.ref_name}}
|
||||
branch-suffix: short-commit-hash
|
||||
|
||||
Reference in New Issue
Block a user