Skip to content

Commit

Permalink
Updated JF_GIT_BASE_BRANCH value in frogbot setup-azure-piplines (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
eranturgeman authored Jan 10, 2024
1 parent d483e0f commit 4f1e8c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 4f1e8c5

Please sign in to comment.