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 9cc862b commit 737bcb1Copy full SHA for 737bcb1
.github/workflows/check-badges.yml
@@ -30,7 +30,7 @@ jobs:
30
npm install axios
31
echo "::notice::Dependencies installed."
32
33
- - name: Check and update badges.json
+ - name: Check and update only latest release URLs
34
env:
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
run: |
@@ -42,7 +42,7 @@ jobs:
42
rm -rf node_modules package-lock.json package.json
43
echo "::notice::Cleaned up untracked files."
44
45
- - name: Check for changes
+ - name: Check for changes in badges.json
46
id: check_changes
47
48
git add badges.json
0 commit comments