mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
chore(CI): change bot's commit message format (#3361)
This commit is contained in:
2
.github/workflows/import_pending_sql.yml
vendored
2
.github/workflows/import_pending_sql.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
|||||||
cd ..
|
cd ..
|
||||||
git fetch --unshallow origin ${BRANCH}
|
git fetch --unshallow origin ${BRANCH}
|
||||||
git add -A .
|
git add -A .
|
||||||
git commit -am "Import pending SQL update file..." -m "Referenced commit(s): ${GITHUB_SHA}" || true
|
git commit -am "chore(DB): import pending SQL update file" -m "Referenced commit(s): ${GITHUB_SHA}" || true
|
||||||
env:
|
env:
|
||||||
BRANCH: ${{ steps.extract_branch.outputs.branch }}
|
BRANCH: ${{ steps.extract_branch.outputs.branch }}
|
||||||
- name: Push changes
|
- name: Push changes
|
||||||
|
|||||||
Reference in New Issue
Block a user