8000 Make CI Git config global · yorickpeterse/clogs@6d04e46 · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
Make CI Git config global
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickpeterse committed Nov 9, 2023
1 parent bd0b3f9 commit 6d04e46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- uses: actions/checkout@v4
- name: Configuring Git
run: |
git config user.email git@example.com
git config user.name git
git config --global user.email git@example.com
git config --global user.name git
- run: inko --version
- run: inko pkg sync
- run: inko test

0 comments on commit 6d04e46

Please sign in to comment.
0