Skip to content

Commit 7207e52

Browse files
authored
Specify head again
1 parent bda1d48 commit 7207e52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

check.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ foreach ($toolchain in @("MSVC", "GNU")) {
201201

202202
$title = "add Rustlang.Rust.$toolchain version $version";
203203
$body = "This PR is auto-generated. If there's something wrong, please file an issue at https://github.com/Rust-Winget-Bot/my-source-code/issues";
204-
Invoke-NativeCommand gh pr create --title "$title" --body "$body" --repo microsoft/winget-pkgs --base master
204+
Invoke-NativeCommand gh pr create --title "$title" --body "$body" --repo microsoft/winget-pkgs --base master --head Rust-Winget-Bot:rust-$version-$toolchainLower
205205
}
206206
}
207207
}

0 commit comments

Comments
 (0)