You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-07-05 00:59:04 +02:00
feat: support custom tokens in Homebrew & Scoop (#1650)
This commit is contained in:
@ -245,7 +245,7 @@ func TestGiteaCreateFile(t *testing.T) {
|
||||
client := giteaClient{}
|
||||
ctx := context.Context{}
|
||||
author := config.CommitAuthor{}
|
||||
repo := config.Repo{}
|
||||
repo := Repo{}
|
||||
content := []byte{}
|
||||
path := ""
|
||||
message := ""
|
||||
|
Reference in New Issue
Block a user