Skip to content

Commit bc7ae86

Browse files
Delete branch in correct repo
1 parent fddec92 commit bc7ae86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

check.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,8 @@ $branches = Invoke-NativeCommand git ls-remote --heads https://github.com/Rust-W
219219

220220
foreach ($pr in $closedPRs) {
221221
if ($branches.Contains($pr)) {
222-
Invoke-NativeCommand git push origin -d $pr
222+
Invoke-NativeCommand git push https://github.com/Rust-Winget-Bot/winget-pkgs.git -d $pr
223223
}
224224
}
225225

226+

0 commit comments

Comments
 (0)