Skip to content

Commit eea70be

Browse files
chore: follow conventional commit in nix CI (anomalyco#9672)
1 parent e83c01a commit eea70be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
echo "Changes detected:"
129129
echo "$STATUS"
130130
git add "${FILES[@]}"
131-
git commit -m "Update $TITLE"
131+
git commit -m "chore: update nix node_modules hashes"
132132
133133
BRANCH="${TARGET_BRANCH:-${GITHUB_REF_NAME}}"
134134
git pull --rebase --autostash origin "$BRANCH"

0 commit comments

Comments
 (0)