We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7855ea1 commit a4861d6Copy full SHA for a4861d6
1 file changed
check.ps1
@@ -44,10 +44,9 @@ Import-Module powershell-yaml
44
Invoke-NativeCommand gh auth setup-git
45
Invoke-NativeCommand git config --global user.email "kieseljake+rust-winget-bot@live.com"
46
Invoke-NativeCommand git config --global user.name "Rust-Winget-Bot"
47
+Invoke-NativeCommand gh repo sync "Rust-Winget-Bot/winget-pkgs"
48
Invoke-NativeCommand gh repo clone "Rust-Winget-Bot/winget-pkgs" "--" --depth 1
49
Set-Location winget-pkgs
-Invoke-NativeCommand git pull upstream master
50
-Invoke-NativeCommand git push
51
$yamlHeaderInstaller = @'
52
# Auto-generated by Rust-Winget-Bot (https://github.com/Rust-Winget-Bot)
53
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
0 commit comments