Просмотр исходного кода

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

Caleb Norton 3 недель назад
Родитель
Сommit
eea70be21a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .github/workflows/update-nix-hashes.yml

+ 1 - 1
.github/workflows/update-nix-hashes.yml

@@ -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"