This is an automated email from the ASF dual-hosted git repository.

xiangfu pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-pinot-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 609092b  Update commit message
609092b is described below

commit 609092bff47dbe726719eabb4a6282010227dd6d
Author: Xiang Fu <[email protected]>
AuthorDate: Thu Apr 29 12:58:56 2021 -0700

    Update commit message
---
 .github/workflows/scripts/publish-site.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/scripts/publish-site.sh 
b/.github/workflows/scripts/publish-site.sh
index 131bf4e..827dcd4 100755
--- a/.github/workflows/scripts/publish-site.sh
+++ b/.github/workflows/scripts/publish-site.sh
@@ -56,7 +56,7 @@ git status
 git config user.name "Pinot Site Updater"
 git config user.email "[email protected]"
 COMMIT_ID=`git rev-parse HEAD`
-GIT_MSG=`git rev-list --format=%B --max-count=1 ${COMMIT_ID}`
-git commit -m "Update Pinot Site from dev branch" -m  "$GIT_MSG"
+GIT_MSG=`git rev-list --pretty --max-count=1 ${COMMIT_ID}`
+git commit -m "Update Pinot Site from dev branch ${COMMIT_ID}" -m "$GIT_MSG"
 git log -2
 git push origin asf-site

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to