From ea62a6b5ccc425b69443c2001e32dd0aec8f1562 Mon Sep 17 00:00:00 2001 From: John Andersen Date: Wed, 6 Jul 2022 14:41:08 -0700 Subject: [PATCH] alice: ci: please: contribute: recommended community standards: Configure git user info Signed-off-by: John Andersen --- ...lice_please_contribute_recommended_community_standards.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/alice_please_contribute_recommended_community_standards.yml b/.github/workflows/alice_please_contribute_recommended_community_standards.yml index 809be9f81a..5b2872893e 100644 --- a/.github/workflows/alice_please_contribute_recommended_community_standards.yml +++ b/.github/workflows/alice_please_contribute_recommended_community_standards.yml @@ -18,6 +18,10 @@ jobs: uses: actions/setup-python@v2 with: python-version: 3.9 + - name: Configure git user info + run: | + git config --global user.email "alice@chadig.com" + git config --global user.name "Alice" - name: Configure github CLI auth env: GH_USER: aliceoa