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 8cd2795 commit df7ba34Copy full SHA for df7ba34
.github/workflows/leaderboard.yml
@@ -33,7 +33,7 @@ jobs:
33
if ! git diff --no-patch --exit-code README.md; then
34
git config --global user.name "${GIT_USER_NAME}"
35
git config --global user.email "${GIT_USER_EMAIL}"
36
- git commit -am "README.md: update leaderboard" \
+ git commit -am "README.md: update leaderboard"
37
git push
38
else
39
echo "README.md unchanged, not committing"
0 commit comments