Skip to content

Commit

Permalink
Fix usage of Delete-RemoteBranch script call
Browse files Browse the repository at this point in the history
Update to use RepoId instead of RepoOwner/RepoName
  • Loading branch information
weshaggard authored Jun 8, 2023
1 parent 9136fcd commit a8644f9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,7 @@ stages:
workingDirectory: $(System.DefaultWorkingDirectory)
filePath: $(System.DefaultWorkingDirectory)/eng/common/scripts/Delete-RemoteBranches.ps1
arguments: >
-RepoOwner "Azure"
-RepoName ${{ repo }}
-RepoId "Azure/${{ repo }}"
-BranchRegex "sync-${{ parameters.DirectoryToSync }}-$(System.PullRequest.SourceBranch)-$(System.PullRequest.PullRequestNumber)"
-AuthToken $(azuresdk-github-pat)
Expand Down

0 comments on commit a8644f9

Please sign in to comment.