We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e83c01a commit eea70beCopy full SHA for eea70be
.github/workflows/update-nix-hashes.yml
@@ -128,7 +128,7 @@ jobs:
128
echo "Changes detected:"
129
echo "$STATUS"
130
git add "${FILES[@]}"
131
- git commit -m "Update $TITLE"
+ git commit -m "chore: update nix node_modules hashes"
132
133
BRANCH="${TARGET_BRANCH:-${GITHUB_REF_NAME}}"
134
git pull --rebase --autostash origin "$BRANCH"
0 commit comments