Skip to content

Commit 9889abb

Browse files
committed
Fixing issues within github actions
1 parent 40b8e32 commit 9889abb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
sed -i 's/badge\/coverage-[0-9]\+\.?[0-9]*%25/badge\/coverage-'"$PCT"'%25/' README.md
2929
git config user.name "github-actions[bot]"
3030
git config user.email "github-actions[bot]@users.noreply.github.com"
31-
git add README.md
31+
git add ../README.md
3232
git commit -m "Update coverage badge to $PCT%" || echo "No changes to commit"
3333
git push

0 commit comments

Comments
 (0)