diff --git a/.github/workflows/push_format.yml b/.github/workflows/push_format.yml index c4ce77f..5513f92 100644 --- a/.github/workflows/push_format.yml +++ b/.github/workflows/push_format.yml @@ -40,7 +40,8 @@ jobs: - name: Create Pull Request if: steps.commitback.outcome == 'success' continue-on-error: true - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v5 with: body: Apply Code Formatter Change + title: Apply Code Formatter Change commit-message: Automatic code format