Skip to content

Commit 4e46beb

Browse files
committed
chore: Fix the name of the repository for coverage upload in the .github/workflows/build.yml file.
1 parent d68ed0f commit 4e46beb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
- name: Upload Test Coverage Report in JSON Format
107107
if: always() && matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12' && github.ref == 'refs/heads/main'
108108
run: |
109-
git clone https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/GatorEducator/reporover.wiki.git wiki
109+
git clone https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/AstuteSource/pytest-brightest.wiki.git wiki
110110
cp coverage.json wiki/
111111
cd wiki
112112
git config --local user.email "action@github.com"

0 commit comments

Comments
 (0)