mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 20:54:24 -07:00
Quote docstring in githooks module
This commit is contained in:
parent
ce20cf8488
commit
303e996035
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ options:
|
||||||
required: true
|
required: true
|
||||||
repo:
|
repo:
|
||||||
description:
|
description:
|
||||||
- This is the API url for the repository you want to manage hooks for. It should be in the form of: https://api.github.com/repos/user:/repo:. Note this is different than the normal repo url.
|
- "This is the API url for the repository you want to manage hooks for. It should be in the form of: https://api.github.com/repos/user:/repo:. Note this is different than the normal repo url."
|
||||||
required: true
|
required: true
|
||||||
hookurl:
|
hookurl:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue