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

Commit

Permalink
alice: ci: please: contribute: recommended community standards: Confi…
Browse files Browse the repository at this point in the history
…gure git user info

Signed-off-by: John Andersen <[email protected]>
  • Loading branch information
pdxjohnny committed Jul 7, 2022
1 parent 82bef93 commit ea62a6b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
git config --global user.name "Alice"
- name: Configure github CLI auth
env:
GH_USER: aliceoa
Expand Down

0 comments on commit ea62a6b

Please sign in to comment.