From 028700b0583a0bc78d347ab136a30a40fe4161b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 15 Jul 2025 16:19:45 +0200 Subject: [PATCH] update-flake-inputs: email/user doesn't need to be configured --- .gitea/workflows/update-flake-inputs.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitea/workflows/update-flake-inputs.yml b/.gitea/workflows/update-flake-inputs.yml index 9b1ad34a1..90796b112 100644 --- a/.gitea/workflows/update-flake-inputs.yml +++ b/.gitea/workflows/update-flake-inputs.yml @@ -15,11 +15,6 @@ jobs: with: fetch-depth: 0 - - name: Configure git - run: | - git config --global user.email "clan-bot@clan.lol" - git config --global user.name "clan-bot" - - name: Update flake inputs uses: Mic92/update-flake-inputs-gitea@main with: