diff --git a/.github/workflows/gh-deploy.yaml b/.github/workflows/gh-deploy.yaml index 390d06a84..825e77c67 100644 --- a/.github/workflows/gh-deploy.yaml +++ b/.github/workflows/gh-deploy.yaml @@ -31,7 +31,7 @@ jobs: run: | git config --global user.name $user_name git config --global user.email $user_email - git remote set-url origin https://${github_token}@github.com/${repository} + git remote set-url origin https://${github_token}@github.com/ yarn deploy env: user_name: 'github-actions[bot]'