Skip to content

Commit 737bcb1

Browse files
authored
Update check-badges.yml
1 parent 9cc862b commit 737bcb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-badges.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
npm install axios
3131
echo "::notice::Dependencies installed."
3232
33-
- name: Check and update badges.json
33+
- name: Check and update only latest release URLs
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
run: |
@@ -42,7 +42,7 @@ jobs:
4242
rm -rf node_modules package-lock.json package.json
4343
echo "::notice::Cleaned up untracked files."
4444
45-
- name: Check for changes
45+
- name: Check for changes in badges.json
4646
id: check_changes
4747
run: |
4848
git add badges.json

0 commit comments

Comments
 (0)