We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0bf166 commit 49c10b6Copy full SHA for 49c10b6
1 file changed
github-release.go
@@ -72,7 +72,7 @@ type createBranchBody struct {
72
const environmentTokenKey = "OAUTH_TOKEN"
73
const dockerNamesURL = "https://frightanic.com/goodies_content/docker-names.php"
74
const apiBaseURL = "https://api.github.com/repos"
75
-const githubURL = "https://github.com/repos/%s/%s/compare/%s...%s"
+const githubURL = "https://github.com/%s/%s/compare/%s...%s"
76
77
func main() {
78
if token, present := os.LookupEnv(environmentTokenKey); !present || token == "" {
0 commit comments