wip
This commit is contained in:
parent
f2cffdada0
commit
7c3b3a62f0
6
.github/workflows/update.yaml
vendored
6
.github/workflows/update.yaml
vendored
|
@ -15,5 +15,9 @@ jobs:
|
|||
git config --local --add user.email localadmin@strudelline.net
|
||||
git config --local --add user.name 'Gitea Actions'
|
||||
git pull
|
||||
nix flake update --commit-lock-file
|
||||
nix flake update
|
||||
if ! git commit -m "Flake updates for $(date)";then
|
||||
echo "no updates to commit"
|
||||
exit 0
|
||||
fi
|
||||
git push
|
||||
|
|
Loading…
Reference in New Issue
Block a user