Skip to content

Commit

Permalink
fix error when ther is n nixpkgs updates to apply
Browse files Browse the repository at this point in the history
  • Loading branch information
Alper-Celik committed Apr 9, 2024
1 parent 4880aba commit 73b13a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
git config --global user.name "Alper Çelik (GitHub Actions)"
git config --global user.email "[email protected]"
git add flake.lock
git commit -m "update nixpkgs"
git commit -m "update nixpkgs" || echo "No changes to commit"
git push origin main

0 comments on commit 73b13a7

Please sign in to comment.