mirror of
https://github.com/qwjyh/scoop_bucket.git
synced 2025-06-30 00:39:20 +09:00
Initial commit
This commit is contained in:
commit
ff5c60e225
29 changed files with 547 additions and 0 deletions
9
bin/auto-pr.ps1
Normal file
9
bin/auto-pr.ps1
Normal file
|
@ -0,0 +1,9 @@
|
|||
param(
|
||||
# overwrite upstream param
|
||||
[String]$upstream = "<username>/<bucketname>:main"
|
||||
)
|
||||
|
||||
if (!$env:SCOOP_HOME) { $env:SCOOP_HOME = Convert-Path (scoop prefix scoop) }
|
||||
$autopr = "$env:SCOOP_HOME/bin/auto-pr.ps1"
|
||||
$dir = "$PSScriptRoot/../bucket" # checks the parent dir
|
||||
& $autopr -Dir $dir -Upstream $Upstream @Args
|
Loading…
Add table
Add a link
Reference in a new issue