Merge pull request #20 from qowoz/hook

remove extra slash from webhook url
This commit is contained in:
Jörg Thalheim 2023-11-04 08:40:09 +01:00 committed by GitHub
commit bdd9673d0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,
)