From 2698ed5a26c5aa786301d575b6bca19f17b97571 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Sun, 10 Sep 2023 14:01:03 +0200 Subject: [PATCH] fix(CI): pending files (#17229) --- .github/workflows/import_pending.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/import_pending.yml b/.github/workflows/import_pending.yml index ca4ef5771..d4eb1322f 100644 --- a/.github/workflows/import_pending.yml +++ b/.github/workflows/import_pending.yml @@ -27,10 +27,10 @@ jobs: - name: Import and commit pending sql run: | git config user.email "azerothcorebot@gmail.com" && git config user.name "AzerothCoreBot" - bash bin/acore-db-pendings - deno run --allow-all --unstable apps/ci/ci-pending-changelogs.ts # Get the latest changes from git git pull --rebase origin "${{ github.ref_name }}" + bash bin/acore-db-pendings + deno run --allow-all --unstable apps/ci/ci-pending-changelogs.ts git add -A . git commit -am "chore(DB): import pending files" -m "Referenced commit(s): ${GITHUB_SHA}" || true env: