We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d424be6 commit ca98b93Copy full SHA for ca98b93
.github/workflows/deduplicate-lock-file.yml
@@ -42,6 +42,6 @@ jobs:
42
echo "💿 no deduplication needed"
43
exit 0
44
fi
45
- git commit -m "chore: deduplicate `pnpm-lock.yaml`"
+ git commit -m "chore: deduplicate \`pnpm-lock.yaml\`"
46
git push
47
echo "💿 https://github.com/$GITHUB_REPOSITORY/commit/$(git rev-parse HEAD)"
0 commit comments