diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ddff68e8..15b368b96 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,7 @@ jobs: GH_NAME: ${{ secrets.GH_NAME }} GH_EMAIL: ${{ secrets.GH_EMAIL }} run: | - REMOTE="https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material" + REMOTE="https://${GH_TOKEN}@github.com/${GITHUB_REPOSITORY}" git config --global user.name "${GH_NAME}" git config --global user.email "${GH_EMAIL}" git remote set-url origin ${REMOTE}