Skip to content

Commit 8e6d7c3

Browse files
Update daily-leetcode.yml
1 parent b450842 commit 8e6d7c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/daily-leetcode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
git config user.email "aman.shekhar4@gmail.com"
5050
if [ -n "$(git status --porcelain)" ]; then
5151
git add -A
52-
git commit -m "chore: add LeetCode daily solution [skip ci]"
52+
git commit -m "chore: add LeetCode daily solution"
5353
git push
5454
else
5555
echo "No changes to commit."

0 commit comments

Comments
 (0)