Merge pull request #20 from qowoz/hook
remove extra slash from webhook url
This commit is contained in:
commit
bdd9673d0a
|
@ -721,7 +721,7 @@ class NixConfigurator(ConfiguratorBase):
|
||||||
project.owner,
|
project.owner,
|
||||||
project.repo,
|
project.repo,
|
||||||
self.github.token(),
|
self.github.token(),
|
||||||
f"{self.url}/change_hook/github",
|
self.url + "change_hook/github",
|
||||||
webhook_secret,
|
webhook_secret,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue