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: