Skip to content

Commit ca98b93

Browse files
authored
chore: Fix error message on dedupe action (#13768)
fix #13753 or #13756, but should get rid of some errant messaging that is misleading.
1 parent d424be6 commit ca98b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deduplicate-lock-file.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
echo "💿 no deduplication needed"
4343
exit 0
4444
fi
45-
git commit -m "chore: deduplicate `pnpm-lock.yaml`"
45+
git commit -m "chore: deduplicate \`pnpm-lock.yaml\`"
4646
git push
4747
echo "💿 https://github.com/$GITHUB_REPOSITORY/commit/$(git rev-parse HEAD)"

0 commit comments

Comments
 (0)