Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit 34ed532

Browse files
committed
alice: ci: please: contribute: recommended community standards: Configure git user info
Signed-off-by: John Andersen <[email protected]>
1 parent b855075 commit 34ed532

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/alice_please_contribute_recommended_community_standards.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
uses: actions/setup-python@v2
1919
with:
2020
python-version: 3.9
21+
- name: Configure git user info
22+
run: |
23+
git config --global user.email "[email protected]"
24+
git config --global user.name "Alice"
2125
- name: Configure github CLI auth
2226
env:
2327
GH_USER: aliceoa

0 commit comments

Comments
 (0)