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

zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/master by this push:
     new b4e5049  fix: set git configuration
b4e5049 is described below

commit b4e50494c770b3bf059dfe05dc2508bd6bf69fa8
Author: Zoran Regvart <zregvart+git...@gmail.com>
AuthorDate: Sat Mar 2 20:24:41 2019 +0100

    fix: set git configuration
    
    Tries to set `user.email` and `user.name` git configuration.
---
 .github/action-website/publish | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/action-website/publish b/.github/action-website/publish
index e015e13..5a37be3 100755
--- a/.github/action-website/publish
+++ b/.github/action-website/publish
@@ -6,6 +6,8 @@ mkdir -p deploy/staging
 cd deploy/staging
 
 git clone -b asf-site https://github.com/apache/camel-website.git .
+git config user.email d...@camel.apache.org
+git config user.name $GITHUB_ACTOR
 git rm -r *
 cp -R $GITHUB_WORKSPACE/public/* .
 git add .

Reply via email to