We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d68ed0f commit 4e46bebCopy full SHA for 4e46beb
1 file changed
.github/workflows/build.yml
@@ -106,7 +106,7 @@ jobs:
106
- name: Upload Test Coverage Report in JSON Format
107
if: always() && matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12' && github.ref == 'refs/heads/main'
108
run: |
109
- git clone https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/GatorEducator/reporover.wiki.git wiki
+ git clone https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/AstuteSource/pytest-brightest.wiki.git wiki
110
cp coverage.json wiki/
111
cd wiki
112
git config --local user.email "action@github.com"
0 commit comments