diff --git a/README.md b/README.md index 9d53217..1cc927e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Scoop Bucket Template - +[![Tests](https://github.com/qwjyh/scoop_bucket/actions/workflows/ci.yml/badge.svg)](https://github.com/qwjyh/scoop_bucket/actions/workflows/ci.yml) [![Excavator](https://github.com/qwjyh/scoop_bucket/actions/workflows/excavator.yml/badge.svg)](https://github.com/qwjyh/scoop_bucket/actions/workflows/excavator.yml) Template bucket for [Scoop](https://scoop.sh), the Windows command-line installer. diff --git a/bin/auto-pr.ps1 b/bin/auto-pr.ps1 index 3a91818..7c94477 100644 --- a/bin/auto-pr.ps1 +++ b/bin/auto-pr.ps1 @@ -1,6 +1,6 @@ param( # overwrite upstream param - [String]$upstream = "/:main" + [String]$upstream = "qwjyh/scoop_bucket:main" ) if (!$env:SCOOP_HOME) { $env:SCOOP_HOME = Convert-Path (scoop prefix scoop) }