Skip to content

Commit

Permalink
configure git on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliusKoronciCH committed Apr 4, 2024
1 parent 5c354f9 commit 472553c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: Configure Git
run: |
git config --global user.name "JuliusKoronciCH"
git config --global user.email "[email protected]"
- uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 472553c

Please sign in to comment.