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 c190bc5  enrich auto update commit message
c190bc5 is described below

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

    enrich auto update commit message
---
 .github/workflows/scripts/publish-site.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/scripts/publish-site.sh 
b/.github/workflows/scripts/publish-site.sh
index c5d6eb0..131bf4e 100755
--- a/.github/workflows/scripts/publish-site.sh
+++ b/.github/workflows/scripts/publish-site.sh
@@ -55,6 +55,8 @@ git status
 
 git config user.name "Pinot Site Updater"
 git config user.email "[email protected]"
-git commit -m "Update Pinot Site"
+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 log -2
 git push origin asf-site

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

Reply via email to