diff --git a/.github/workflows/github-workflow.yaml b/.github/workflows/github-workflow.yaml index 3be75a1..c7b2cde 100644 --- a/.github/workflows/github-workflow.yaml +++ b/.github/workflows/github-workflow.yaml @@ -65,6 +65,6 @@ jobs: sed -i 's|\[!\[Coverage\](https://img.shields.io/badge/Coverage-[0-9]*%25-brightgreen)\]|[!\[Coverage\](https://img.shields.io/badge/Coverage-${{ steps.coverage.outputs.coverage }}%25-brightgreen)]|' README.md git config --global user.name 'github-actions[bot]' git config --global user.email 'github-actions[bot]@users.noreply.github.com' - git add README.md + git add README.md # Ensure README.md is staged git commit -m "Update coverage badge" git push origin main