update auto-pr.ps1 & README

This commit is contained in:
qwjyh 2024-01-22 13:43:24 +09:00
parent ef4b769cf8
commit bc7c344fc1
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
param(
# overwrite upstream param
[String]$upstream = "<username>/<bucketname>:main"
[String]$upstream = "qwjyh/scoop_bucket:main"
)
if (!$env:SCOOP_HOME) { $env:SCOOP_HOME = Convert-Path (scoop prefix scoop) }