Skip to content

Commit 6bd98e5

Browse files
committed
Lowercased 'Downloads' in workflow name + commit msg
1 parent ed229e3 commit 6bd98e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-root-downloads-shield-weekly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Update Downloads shield in root README
1+
name: Update downloads shield in root README
22

33
on:
44
schedule:
@@ -49,5 +49,5 @@ jobs:
4949
git config --global user.email "auto-sync@kudoai.com"
5050
git config --global user.signingkey "$GPG_PRIVATE_ID"
5151
git add docs/README.md
52-
git commit -n -m "Updated Downloads shield counter in root README"
52+
git commit -n -m "Updated downloads shield counter in root README"
5353
git push

0 commit comments

Comments
 (0)