Skip to content

Commit

Permalink
update syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
DI-Tony-Reed committed Oct 14, 2024
1 parent b1fb211 commit 38ce8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-tests-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
echo "Current README.md content:"
cat README.md # Debug output
sed -i "s/![Coverage Badge](.*)/$BADGE_MARKDOWN/g" README.md
sed -i "s|!\[Coverage Badge\](.*)|$BADGE_MARKDOWN|g" README.md
echo "Updated README.md content:"
cat README.md # Debug output
Expand Down

0 comments on commit 38ce8a8

Please sign in to comment.