You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celeborn.apache.org by ch...@apache.org on 2022/11/27 15:34:33 UTC

[incubator-celeborn-website] branch main updated: git user and email

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

chengpan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 020d88a  git user and email
020d88a is described below

commit 020d88a0e17c94cbd203220d9a405cd87181e49d
Author: Cheng Pan <ch...@apache.org>
AuthorDate: Sun Nov 27 23:34:23 2022 +0800

    git user and email
---
 .github/workflows/site.yaml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/site.yaml b/.github/workflows/site.yaml
index db31ee0..b73c4f9 100644
--- a/.github/workflows/site.yaml
+++ b/.github/workflows/site.yaml
@@ -24,6 +24,9 @@ on:
 jobs:
   run-tests:
     runs-on: ubuntu-22.04
+    env:
+      GIT_COMMITTER_NAME: celeborn
+      GIT_COMMITTER_EMAIL: dev@celeborn.apache.org
     steps:
       - uses: actions/checkout@v2
       - uses: actions/setup-python@v2
@@ -35,7 +38,7 @@ jobs:
           cp incubator-celeborn-main/docs/configuration/* docs/configuration/
       - run: pip install -r requirements.txt
       - run: mkdocs gh-deploy --force --remote-branch asf-site
-      - run: |
+        run: |
           git checkout asf-site
           echo 'publish:' >> .asf.yaml
           echo '  whoami: asf-site' >> .asf.yaml