Skip to content

Commit 98be1bb

Browse files
committed
Renamed to update_root_downloads_shield.py
1 parent db980e4 commit 98be1bb

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Update README shield
2929
id: update_shield
3030
run: |
31-
python3 utils/update_root_shield.py
31+
python3 utils/update_root_downloads_shield.py
3232
if [[ $? -eq 0 ]] ; then
3333
echo "Shield updated!"
3434
echo "SHIELD_UPDATED=true" >> $GITHUB_ENV

0 commit comments

Comments
 (0)