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 ed229e3 commit 6bd98e5Copy full SHA for 6bd98e5
1 file changed
.github/workflows/update-root-downloads-shield-weekly.yml
@@ -1,4 +1,4 @@
1
-name: Update Downloads shield in root README
+name: Update downloads shield in root README
2
3
on:
4
schedule:
@@ -49,5 +49,5 @@ jobs:
49
git config --global user.email "auto-sync@kudoai.com"
50
git config --global user.signingkey "$GPG_PRIVATE_ID"
51
git add docs/README.md
52
- git commit -n -m "Updated Downloads shield counter in root README"
+ git commit -n -m "Updated downloads shield counter in root README"
53
git push
0 commit comments