Skip to content

Commit 5a46ac4

Browse files
committed
updated env var value in docs
1 parent d483e0f commit 5a46ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jfrog-applications/frogbot/setup-frogbot-using-azure-pipelines.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ variables:
205205
JF_GIT_PROJECT: $(System.TeamProject)
206206
JF_GIT_REPO: $(Build.Repository.Name)
207207
JF_GIT_API_ENDPOINT: $(System.CollectionUri)
208-
JF_GIT_BASE_BRANCH: $(System.PullRequest.TargetBranch)
208+
JF_GIT_BASE_BRANCH: $(System.PullRequest.TargetBranchName)
209209
JF_GIT_OWNER: $(System.TeamProject)
210210
JF_GIT_PROVIDER: 'azureRepos'
211211

0 commit comments

Comments
 (0)