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 302b204 author
302b204 is described below
commit 302b204468c702723ba1a03e0d2a0ae67a7fa5cd
Author: Cheng Pan <[email protected]>
AuthorDate: Sun Nov 27 23:38:30 2022 +0800
author
---
.github/workflows/site.yaml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/.github/workflows/site.yaml b/.github/workflows/site.yaml
index 6074c84..a10aade 100644
--- a/.github/workflows/site.yaml
+++ b/.github/workflows/site.yaml
@@ -24,9 +24,6 @@ on:
jobs:
run-tests:
runs-on: ubuntu-22.04
- env:
- GIT_COMMITTER_NAME: celeborn
- GIT_COMMITTER_EMAIL: [email protected]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
@@ -42,5 +39,5 @@ jobs:
git checkout asf-site
echo 'publish:' >> .asf.yaml
echo ' whoami: asf-site' >> .asf.yaml
- git commit -am '.asf.yaml'
+ git commit -am '.asf.yaml' --author 'Celeborn
<[email protected]>'
git push