From 493fdd1c79a94e04b8e1e85d8161cb14087c8d72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=80=8C=20LovelyPrince=E2=84=A2=20=E3=80=8D?= Date: Wed, 7 Sep 2022 21:56:42 +0530 Subject: [PATCH] Update fix.yml --- .github/workflows/fix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fix.yml b/.github/workflows/fix.yml index ad1a8875..eeef5681 100644 --- a/.github/workflows/fix.yml +++ b/.github/workflows/fix.yml @@ -27,7 +27,7 @@ jobs: # commit changes - uses: stefanzweifel/git-auto-commit-action@v4 with: - commit_message: "Auto Code Formatting" + commit_message: "Push PTB: v20" commit_options: '--no-verify' repository: . commit_user_name: Awesome-Prince