Sponsoring is optional.
This commit is contained in:
parent
c390ce619c
commit
5eb9baeba0
|
|
@ -25,3 +25,7 @@ gitlab_container: "robertdebock/github-action-molecule:6.0.0"
|
||||||
|
|
||||||
# The molecule action to use.
|
# The molecule action to use.
|
||||||
molecule_action: "robertdebock/molecule-action@6.0.0"
|
molecule_action: "robertdebock/molecule-action@6.0.0"
|
||||||
|
|
||||||
|
# Would you like to add a sponsor message?
|
||||||
|
sponsor message: yes
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -90,4 +90,6 @@ If you find issues, please register them in [GitHub](https://github.com/{{ githu
|
||||||
|
|
||||||
[{{ meta.galaxy_info.author }}]({{ author_website }})
|
[{{ meta.galaxy_info.author }}]({{ author_website }})
|
||||||
|
|
||||||
|
{% if sponsor_message %}
|
||||||
Please consider [sponsoring me](https://github.com/sponsors/{{ github_namespace }}).
|
Please consider [sponsoring me](https://github.com/sponsors/{{ github_namespace }}).
|
||||||
|
{% endif %}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue