wip
This commit is contained in:
parent
e536852b47
commit
02b948a70c
2
.github/workflows/update.yaml
vendored
2
.github/workflows/update.yaml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
git config --local --add user.name 'Gitea Actions'
|
||||
git pull
|
||||
nix flake update
|
||||
if ! git commit -m "Flake updates for $(date)";then
|
||||
if ! git commit -m "Flake updates for $(date)" -a;then
|
||||
echo "no updates to commit"
|
||||
exit 0
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue
Block a user