1
0
mirror of synced 2025-02-17 11:08:33 +01:00

fix push format

This commit is contained in:
源文雨 2023-07-23 01:59:07 +08:00
parent cd0dd26ad1
commit 178a4b9829

View File

@ -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