Fix GitHub action badge.
This commit is contained in:
parent
e78137e14b
commit
38c84d3984
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
<a href="https://travis-ci.org/{{ travis_namespace }}/ansible-role-{{ role_name }}"> <img src="https://travis-ci.org/{{ travis_namespace }}/ansible-role-{{ role_name }}.svg?branch=master" alt="Build status"/></a> <img src="https://img.shields.io/ansible/role/d/{{ galaxy_id.stdout }}"/> <img src="https://img.shields.io/ansible/quality/{{ galaxy_id.stdout }}"/>
|
||||
|
||||
<a href="https://github.com/{{ github_namespace }}/ansible-role-{{ role_name }}/actions"><img src="https://github.com/{{ github_namespace }}/ansible-role-{{ role_name }}/workflows/GitHub%20Action/badge.svg"/></a>
|
||||
<a href="https://github.com/{{ github_namespace }}/ansible-role-{{ role_name }}/actions"><img src="https://github.com/{{ github_namespace }}/ansible-role-{{ role_name }}/workflows/Ansible%20Molecule/badge.svg"/></a>
|
||||
|
||||
{{ meta.galaxy_info.description }}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue