Skip to content

Commit 8abbf8e

Browse files
committed
Allow Github actions
1 parent f23095f commit 8abbf8e

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
# Scoop Bucket Template
1+
# Flawe Scoop bucket
22

3-
<!-- Uncomment the following line after replacing placeholders -->
4-
<!-- [![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) -->
3+
[![Tests](https://github.com/f-lawe/scoop-bucket/actions/workflows/ci.yml/badge.svg)](https://github.com/f-lawe/scoop-bucket/actions/workflows/ci.yml) [![Excavator](https://github.com/f-lawe/scoop-bucket/actions/workflows/excavator.yml/badge.svg)](https://github.com/f-lawe/scoop-bucket/actions/workflows/excavator.yml)
54

6-
Template bucket for [Scoop](https://scoop.sh), the Windows command-line installer.
5+
Some extra apps for [Scoop](https://scoop.sh), the Windows command-line installer.
76

87
## How do I use this template?
98

bin/auto-pr.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
param(
22
# overwrite upstream param
3-
[String]$upstream = "<username>/<bucketname>:main"
3+
[String]$upstream = "f-lawe/scoop-bucket:main"
44
)
55

66
if (!$env:SCOOP_HOME) { $env:SCOOP_HOME = Convert-Path (scoop prefix scoop) }

0 commit comments

Comments
 (0)