Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
nothing committed Jan 16, 2024
1 parent 00e894e commit 373f3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/statistics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
NOT_VALID=$(echo "$OUTPUT" | awk '{print $2}')
BADGE_URL="https://img.shields.io/badge/Valid-$VALID%25-green"
BADGE_URL+=" https://img.shields.io/badge/Invalid-$NOT_VALID%25-red"
sed -i '/last-commit/,/^$/c\![]('"$BADGE_URL"')' README.md
sed -i '/last-commit/,/^$/c\![]('"$BADGE_URL"')' readme.md
- name: Commit changes
if: success()
Expand Down

0 comments on commit 373f3c8

Please sign in to comment.