[CI] correct email in commit for Seven of Nix
All checks were successful
/ test (push) Successful in 16s

This commit is contained in:
Andrea Ciceri 2024-03-13 14:10:25 +01:00
parent 9e43f12ff0
commit c3a4696dab
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -15,7 +15,7 @@ jobs:
run: git switch -c update-flake-lock run: git switch -c update-flake-lock
- name: Configure git as `Seven of Nix` - name: Configure git as `Seven of Nix`
run: | 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" git config --global user.name "Seven of Nine"
- name: Update flake's lockfile and create commit - name: Update flake's lockfile and create commit
run: nix flake update --commit-lock-file run: nix flake update --commit-lock-file