chore(CI): change bot's commit message format (#3361)
This commit is contained in:
parent
041a508a50
commit
d7a758e34e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/import_pending_sql.yml
vendored
2
.github/workflows/import_pending_sql.yml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
cd ..
|
||||
git fetch --unshallow origin ${BRANCH}
|
||||
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:
|
||||
BRANCH: ${{ steps.extract_branch.outputs.branch }}
|
||||
- name: Push changes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue