mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
fix(CI): rebase instead of unshallow fetch (#17226)
This commit is contained in:
3
.github/workflows/import_pending.yml
vendored
3
.github/workflows/import_pending.yml
vendored
@@ -29,7 +29,8 @@ jobs:
|
||||
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
|
||||
git fetch --unshallow origin "${{ github.ref_name }}"
|
||||
# Get the latest changes from git
|
||||
git pull --rebase origin "${{ github.ref_name }}"
|
||||
git add -A .
|
||||
git commit -am "chore(DB): import pending files" -m "Referenced commit(s): ${GITHUB_SHA}" || true
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user