Skip to content

Commit

Permalink
Update update_clone_badge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HAISeq authored Mar 25, 2024
1 parent 8ff80b8 commit 619f7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_clone_badge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Update README badge
run: |
sed -iE "s/Clones%3A%20\d+/Clones%3A%20${{ env.NEW_TOTAL }}/g" README.md
sed -i "s/Clones%3A%20\d+/Clones%3A%20${{ env.NEW_TOTAL }}/g" README.md
- name: Commit and push changes
run: |
Expand Down

0 comments on commit 619f7eb

Please sign in to comment.