From 5f2f68c500ea435348cd269d23da3a906eb0c388 Mon Sep 17 00:00:00 2001 From: Kargatum Date: Thu, 23 Apr 2020 20:46:34 +0700 Subject: [PATCH] chore(CI): update import_pending_sql.yml (#2928) * Add whitespace before commits list --- .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 dd53bac05..49e6dd969 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 "Import pending SQL update file..." -m "Referenced commit(s): ${GITHUB_SHA}" || true env: BRANCH: ${{ steps.extract_branch.outputs.branch }} - name: Push changes