[CI] correct email in commit for Seven of Nix
All checks were successful
/ test (push) Successful in 16s
All checks were successful
/ test (push) Successful in 16s
This commit is contained in:
parent
9e43f12ff0
commit
c3a4696dab
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue