fix(CI): pending sql changelog script's invocation (#17225)
fix deno run command
This commit is contained in:
parent
c43f62f6a9
commit
a5e90d0289
1 changed files with 1 additions and 1 deletions
2
.github/workflows/import_pending.yml
vendored
2
.github/workflows/import_pending.yml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
run: |
|
||||
git config user.email "azerothcorebot@gmail.com" && git config user.name "AzerothCoreBot"
|
||||
bash bin/acore-db-pendings
|
||||
deno apps/ci/ci-pending-changelogs.ts
|
||||
deno run --allow-all --unstable apps/ci/ci-pending-changelogs.ts
|
||||
git fetch --unshallow origin "${{ github.ref_name }}"
|
||||
git add -A .
|
||||
git commit -am "chore(DB): import pending files" -m "Referenced commit(s): ${GITHUB_SHA}" || true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue