diff --git a/.github/workflows/code_formatter.yml b/.github/workflows/code_formatter.yml index 491987af4..4018b926c 100644 --- a/.github/workflows/code_formatter.yml +++ b/.github/workflows/code_formatter.yml @@ -48,4 +48,4 @@ jobs: body: "Automatically apply code formatter change" 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: formatter/${{github.ref_name}}