update-flake-inputs: email/user doesn't need to be configured

This commit is contained in:
Jörg Thalheim
2025-07-15 16:19:45 +02:00
parent e8b111e229
commit 028700b058

View File

@@ -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: