From de7505bbe6787a26742de440cfe49bf78badbef4 Mon Sep 17 00:00:00 2001 From: Qstick Date: Tue, 28 Dec 2021 15:19:34 -0600 Subject: [PATCH] correctly push upstream --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ef4be60b2..4049f9885 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -853,7 +853,7 @@ stages: git checkout -b api-docs git add . git commit -m 'Automated API Docs update' - git push -f + git push --set-upstream origin api-docs displayName: Commit API Doc Change - task: CreatePullRequest@1 displayName: PR Change to Github