Skip to content

Commit

Permalink
chore: fix deduplicate-yarn workflow (#7185)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey authored Aug 16, 2023
1 parent 1f34991 commit 43f9262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deduplicate-yarn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
echo "💿 no deduplication needed"
exit 0
fi
git commit -m "chore: deduplicate `yarn.lock`"
git commit -m "chore: deduplicate yarn.lock"
git push
echo "💿 https://github.com/$GITHUB_REPOSITORY/commit/$(git rev-parse HEAD)"

0 comments on commit 43f9262

Please sign in to comment.