You've already forked woodpecker
mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-06-12 21:47:35 +02:00
fixed missing dep in Makefile
This commit is contained in:
@ -11,6 +11,10 @@ import (
|
||||
"github.com/google/go-github/github"
|
||||
)
|
||||
|
||||
// TODO (bradrydzewski) explore using the Repo.URL to parse the GitHub
|
||||
// Entperprise Scheme+Hostname, instead of the environment variable. Is
|
||||
// there any reason not to use the environment variable?
|
||||
|
||||
// GitHub enterprise URL
|
||||
var URL = os.Getenv("GITHUB_ENTERPRISE_API")
|
||||
|
||||
|
Reference in New Issue
Block a user