mirror of
https://github.com/qwjyh/scoop_bucket.git
synced 2024-11-21 14:40:11 +09:00
update auto-pr.ps1 & README
This commit is contained in:
parent
ef4b769cf8
commit
bc7c344fc1
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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) }
|
||||
|
|
Loading…
Reference in a new issue