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,7 +1,7 @@
# Scoop Bucket Template
<!-- Uncomment the following line after replacing placeholders -->
<!-- [![Tests](https://github.com/<username>/<bucketname>/actions/workflows/ci.yml/badge.svg)](https://github.com/<username>/<bucketname>/actions/workflows/ci.yml) [![Excavator](https://github.com/<username>/<bucketname>/actions/workflows/excavator.yml/badge.svg)](https://github.com/<username>/<bucketname>/actions/workflows/excavator.yml) -->
[![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.

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) }