From 4cb8342ebd7d752edea714233b1713d385613c3d Mon Sep 17 00:00:00 2001 From: "Lin Yu-Chieh (Victor)" Date: Sat, 20 Jul 2024 19:48:18 +0800 Subject: [PATCH] fix syntax error --- .github/workflows/packageManagers.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/packageManagers.yml b/.github/workflows/packageManagers.yml index 21f8e93..583f693 100644 --- a/.github/workflows/packageManagers.yml +++ b/.github/workflows/packageManagers.yml @@ -64,6 +64,6 @@ jobs: Invoke-WebRequest https://github.com/lin-ycv/EverythingPowerToys/raw/scoop/everything-powertoys.json -OutFile everything-powertoys.json (Get-Content everything-powertoys.json) | ForEach-Object {$_ -Replace '_VERSION_', $ver} | ForEach-Object {$_ -Replace '_URL_', $zip} | ForEach-Object {$_ -Replace '_CRC_', $ziphash} | ForEach-Object {$_ -Replace '_armURL_', $zipARM} | ForEach-Object {$_ -Replace '_armCRC_', $zipARMhash} | Set-Content everything-powertoys.json git add . - git commit -m "everything-powertoys@$ver: Update" + git commit -m "everything-powertoys update to $ver" git push -f - gh pr create --base main --head EverythingPowerToys --title "everything-powertoys@$ver: Update" --body "- [X] I have read the [Contributing Guide](https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md).`r`n`r`n/verify" + gh pr create --base main --head EverythingPowerToys --title "everything-powertoys update to $ver" --body "- [X] I have read the [Contributing Guide](https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md).`r`n`r`n/verify"