use the real localadmin user for flake updates
This commit is contained in:
parent
7516a8775b
commit
e536852b47
2
.github/workflows/update.yaml
vendored
2
.github/workflows/update.yaml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
- run: |-
|
||||
git config --local --add user.email gitea@strudelline.net
|
||||
git config --local --add user.email localadmin@strudelline.net
|
||||
git config --local --add user.name 'Gitea Actions'
|
||||
git pull
|
||||
nix flake update
|
||||
|
|
Loading…
Reference in New Issue
Block a user