From 178a4b982905c26d0bb142285dc7e5a57ad0e461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Sun, 23 Jul 2023 01:59:07 +0800 Subject: [PATCH] fix push format --- .github/workflows/push_format.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/push_format.yml b/.github/workflows/push_format.yml index a436491..2ace039 100644 --- a/.github/workflows/push_format.yml +++ b/.github/workflows/push_format.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v3 with: - ref: ${{github.ref_name}} + ref: v1 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4 @@ -44,3 +44,5 @@ jobs: with: body: Apply Code Formatter Change commit-message: Automatic code format + branch: create-pull-request/patchv1 + delete-branch: true