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.repo,
|
||||
self.github.token(),
|
||||
f"{self.url}/change_hook/github",
|
||||
self.url + "change_hook/github",
|
||||
webhook_secret,
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue