From 472553c3be267dc74278b2f5ff6dae77510475d1 Mon Sep 17 00:00:00 2001 From: JuliusKoronciCH Date: Thu, 4 Apr 2024 10:00:52 +0200 Subject: [PATCH] configure git on ci --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22abb89..c3a943e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 "julius.koronci@gmail.com" + - uses: actions/checkout@v3 - name: Set up Node.js uses: actions/setup-node@v3 with: