From d7a758e34ea68e0f78edad5de3420f9f373131a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francesco=20Borz=C3=AC?= Date: Thu, 27 Aug 2020 20:54:08 +0200 Subject: [PATCH] chore(CI): change bot's commit message format (#3361) --- .github/workflows/import_pending_sql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/import_pending_sql.yml b/.github/workflows/import_pending_sql.yml index 3fb30697b..41bca9705 100644 --- a/.github/workflows/import_pending_sql.yml +++ b/.github/workflows/import_pending_sql.yml @@ -24,7 +24,7 @@ jobs: cd .. git fetch --unshallow origin ${BRANCH} git add -A . - git commit -am "Import pending SQL update file..." -m "Referenced commit(s): ${GITHUB_SHA}" || true + git commit -am "chore(DB): import pending SQL update file" -m "Referenced commit(s): ${GITHUB_SHA}" || true env: BRANCH: ${{ steps.extract_branch.outputs.branch }} - name: Push changes