From c4b884545d7088b5fe669872e087080378e93a41 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Mon, 9 Mar 2020 16:54:26 +0100 Subject: [PATCH] Parametrize deploy action --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}