fix(CI): pending files (#17229)

This commit is contained in:
Kitzunu
2023-09-10 14:01:03 +02:00
committed by GitHub
parent fa6c945094
commit 2698ed5a26

View File

@@ -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: