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

joshtynjala pushed a commit to branch 11ty
in repository https://gitbox.apache.org/repos/asf/royale-website.git


The following commit(s) were added to refs/heads/11ty by this push:
     new 08a512a1 Github Actions: git config user name and email
08a512a1 is described below

commit 08a512a1998985b0a84a075da331c23c21ac15a8
Author: Josh Tynjala <[email protected]>
AuthorDate: Mon Jul 18 14:16:40 2022 -0700

    Github Actions: git config user name and email
---
 .github/workflows/build.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 3f20b08e..e429a8a9 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -20,6 +20,8 @@ jobs:
       - name: Deploy to asf-staging
         if: ${{ github.repository_owner == 'apache' && github.event_name != 
'pull_request' && github.ref_name == '11ty' }}
         run: |
+          git config --global user.name 'GitHub Actions'
+          git config --global user.email '[email protected]'
           git fetch
           git checkout asf-staging
           cp -a _site/. .

Reply via email to