We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i copy the commands from the guide in the README and i get the following error: goroutine 1 [running]: github.com/helm/chart-releaser/pkg/git.(*Git).GetPushURL(0x14000119540?, {0x1040bdcaf?, 0x0?}, {0x16cfdf4bd, 0x28}) /home/runner/work/chart-releaser/chart-releaser/pkg/git/git.go:87 +0x174 github.com/helm/chart-releaser/pkg/releaser.(*Releaser).pushToPagesBranch(0x1400081fd10, {0x14000119540, 0x4a}) /home/runner/work/chart-releaser/chart-releaser/pkg/releaser/releaser.go:382 +0x5c github.com/helm/chart-releaser/pkg/releaser.(*Releaser).UpdateIndexFile(0x1400081fd10) /home/runner/work/chart-releaser/chart-releaser/pkg/releaser/releaser.go:231 +0xbdc github.com/helm/chart-releaser/cr/cmd.glob..func1(0x105545c60?, {0x1040bae3a?, 0xe?, 0xe?}) /home/runner/work/chart-releaser/chart-releaser/cr/cmd/index.go:52 +0x154 github.com/spf13/cobra.(*Command).execute(0x105545c60, {0x140001968c0, 0xe, 0xe}) /home/runner/go/pkg/mod/github.com/spf13/[email protected]/command.go:940 +0x5c8 github.com/spf13/cobra.(*Command).ExecuteC(0x105546220) /home/runner/go/pkg/mod/github.com/spf13/[email protected]/command.go:1068 +0x35c github.com/spf13/cobra.(*Command).Execute(...) /home/runner/go/pkg/mod/github.com/spf13/[email protected]/command.go:992 github.com/helm/chart-releaser/cr/cmd.Execute() /home/runner/work/chart-releaser/chart-releaser/cr/cmd/root.go:35 +0x28 main.main() /home/runner/work/chart-releaser/chart-releaser/cr/main.go:20 +0x1c
im using a private repo but im giving the token
The text was updated successfully, but these errors were encountered:
No branches or pull requests
i copy the commands from the guide in the README and i get the following error:
goroutine 1 [running]:
github.com/helm/chart-releaser/pkg/git.(*Git).GetPushURL(0x14000119540?, {0x1040bdcaf?, 0x0?}, {0x16cfdf4bd, 0x28})
/home/runner/work/chart-releaser/chart-releaser/pkg/git/git.go:87 +0x174
github.com/helm/chart-releaser/pkg/releaser.(*Releaser).pushToPagesBranch(0x1400081fd10, {0x14000119540, 0x4a})
/home/runner/work/chart-releaser/chart-releaser/pkg/releaser/releaser.go:382 +0x5c
github.com/helm/chart-releaser/pkg/releaser.(*Releaser).UpdateIndexFile(0x1400081fd10)
/home/runner/work/chart-releaser/chart-releaser/pkg/releaser/releaser.go:231 +0xbdc
github.com/helm/chart-releaser/cr/cmd.glob..func1(0x105545c60?, {0x1040bae3a?, 0xe?, 0xe?})
/home/runner/work/chart-releaser/chart-releaser/cr/cmd/index.go:52 +0x154
github.com/spf13/cobra.(*Command).execute(0x105545c60, {0x140001968c0, 0xe, 0xe})
/home/runner/go/pkg/mod/github.com/spf13/[email protected]/command.go:940 +0x5c8
github.com/spf13/cobra.(*Command).ExecuteC(0x105546220)
/home/runner/go/pkg/mod/github.com/spf13/[email protected]/command.go:1068 +0x35c
github.com/spf13/cobra.(*Command).Execute(...)
/home/runner/go/pkg/mod/github.com/spf13/[email protected]/command.go:992
github.com/helm/chart-releaser/cr/cmd.Execute()
/home/runner/work/chart-releaser/chart-releaser/cr/cmd/root.go:35 +0x28
main.main()
/home/runner/work/chart-releaser/chart-releaser/cr/main.go:20 +0x1c
im using a private repo but im giving the token
The text was updated successfully, but these errors were encountered: