We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ec6d71 commit 5c78c98Copy full SHA for 5c78c98
.github/workflows/update-nix-hashes.yml
@@ -276,14 +276,6 @@ jobs:
276
exit 0
277
fi
278
279
- # Prevent infinite loop: check if the last commit was a hash update
280
- LAST_COMMIT_MSG=$(git log -1 --pretty=%B)
281
- if echo "$LAST_COMMIT_MSG" | grep -q "^nix: update hashes"; then
282
- summarize "skipped (recent hash update)"
283
- echo "Last commit was already a hash update. Skipping to prevent loop."
284
- exit 0
285
- fi
286
-
287
git add flake.nix nix/node-modules.nix nix/hashes.json
288
git commit -m "$COMMIT_MESSAGE"
289
0 commit comments