From 5a46ac4b89125e7510de9829741b1c060fb32bdd Mon Sep 17 00:00:00 2001 From: Eran Turgeman Date: Wed, 10 Jan 2024 13:46:26 +0200 Subject: [PATCH] updated env var value in docs --- .../frogbot/setup-frogbot-using-azure-pipelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jfrog-applications/frogbot/setup-frogbot-using-azure-pipelines.md b/jfrog-applications/frogbot/setup-frogbot-using-azure-pipelines.md index 49001a3..4510f15 100644 --- a/jfrog-applications/frogbot/setup-frogbot-using-azure-pipelines.md +++ b/jfrog-applications/frogbot/setup-frogbot-using-azure-pipelines.md @@ -205,7 +205,7 @@ variables: JF_GIT_PROJECT: $(System.TeamProject) JF_GIT_REPO: $(Build.Repository.Name) JF_GIT_API_ENDPOINT: $(System.CollectionUri) - JF_GIT_BASE_BRANCH: $(System.PullRequest.TargetBranch) + JF_GIT_BASE_BRANCH: $(System.PullRequest.TargetBranchName) JF_GIT_OWNER: $(System.TeamProject) JF_GIT_PROVIDER: 'azureRepos'