This commit is contained in:
parent
8785f66391
commit
047d0e6fbc
@ -238,7 +238,7 @@ keys configured on your account.
|
||||
if internal.Dry {
|
||||
logrus.Info("dry run: no changes published")
|
||||
} else {
|
||||
url := fmt.Sprintf("%s/recipes/%s", config.REPOS_BASE_URL, head.Hash())
|
||||
url := fmt.Sprintf("%s/recipes/commits/%s", config.REPOS_BASE_URL, head.Hash())
|
||||
logrus.Infof("new changes published: %s", url)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user