chore: follow conventional commit in nix CI (#9672)

This commit is contained in:
Caleb Norton
2026-01-20 14:56:37 -06:00
committed by GitHub
parent 4d983c4b77
commit d535ada88c
+1 -1
View File
@@ -128,7 +128,7 @@ jobs:
echo "Changes detected:"
echo "$STATUS"
git add "${FILES[@]}"
git commit -m "Update $TITLE"
git commit -m "chore: update nix node_modules hashes"
BRANCH="${TARGET_BRANCH:-${GITHUB_REF_NAME}}"
git pull --rebase --autostash origin "$BRANCH"