From c3a4696dab0248eb62301bac60fd4859976db0a2 Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Wed, 13 Mar 2024 14:10:25 +0100 Subject: [PATCH] [CI] correct email in commit for Seven of Nix --- .forgejo/workflows/update-flake-lock.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/update-flake-lock.yaml b/.forgejo/workflows/update-flake-lock.yaml index f6037ad..c120fee 100644 --- a/.forgejo/workflows/update-flake-lock.yaml +++ b/.forgejo/workflows/update-flake-lock.yaml @@ -15,7 +15,7 @@ jobs: run: git switch -c update-flake-lock - name: Configure git as `Seven of Nix` run: | - git config --global user.email "sevenofnine+andrea.ciceri@autistici.org" + git config --global user.email "sevenofnine@stronzi.org" git config --global user.name "Seven of Nine" - name: Update flake's lockfile and create commit run: nix flake update --commit-lock-file