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 b450842 commit 8e6d7c3Copy full SHA for 8e6d7c3
.github/workflows/daily-leetcode.yml
@@ -49,7 +49,7 @@ jobs:
49
git config user.email "aman.shekhar4@gmail.com"
50
if [ -n "$(git status --porcelain)" ]; then
51
git add -A
52
- git commit -m "chore: add LeetCode daily solution [skip ci]"
+ git commit -m "chore: add LeetCode daily solution"
53
git push
54
else
55
echo "No changes to commit."
0 commit comments