Skip to content

Commit 1da69d6

Browse files
chore: update deduplicate-yarn workflow (#321)
1 parent 2733212 commit 1da69d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deduplicate-yarn.yml

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

0 commit comments

Comments
 (0)