We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc8650e commit 60c13aeCopy full SHA for 60c13ae
scripts/push_to_netlify.sh
@@ -27,7 +27,7 @@ function do_preview() {
27
28
echo -e "${YELLOW}==== RESETTING REMOTES ====${NC}"
29
git remote rm origin
30
- git remote add origin https://"${GH_TOKEN}"@github.com/openshift-docs-preview-bot/openshift-docs.git > /dev/null 2>&1
+ git remote add origin https://"${GH_TOKEN}"@github.com/ocpdocs-previewbot/openshift-docs.git > /dev/null 2>&1
31
32
#set the remote to user repository
33
echo -e "${YELLOW}==== SETTING REMOTE FOR ${BLUE}$REPO_NAME:$PR_BRANCH${YELLOW} ====${NC}"
0 commit comments