From bc7c344fc16992e40b049b9782fce75efc6ce470 Mon Sep 17 00:00:00 2001 From: qwjyh Date: Mon, 22 Jan 2024 13:43:24 +0900 Subject: [PATCH] update auto-pr.ps1 & README --- README.md | 2 +- bin/auto-pr.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) }