mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update github_release.py (#33390)
Documentation fix. The module "github" does not exist.
This commit is contained in:
parent
63231457a1
commit
81ea114bff
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ EXAMPLES = '''
|
||||||
action: latest_release
|
action: latest_release
|
||||||
|
|
||||||
- name: Create a new release
|
- name: Create a new release
|
||||||
github:
|
github_release:
|
||||||
token: tokenabc1234567890
|
token: tokenabc1234567890
|
||||||
user: testuser
|
user: testuser
|
||||||
repo: testrepo
|
repo: testrepo
|
||||||
|
|
Loading…
Reference in a new issue