File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
{{cookiecutter.project_slug}} Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# {{ cookiecutter.project_name }}
2
2
3
3
{% if cookiecutter.add_github_actions == "yes"
4
- %}[ ![ image] (https://img.shields.io/github/workflow/status/{{
4
+ %}[ ![ image] (https://img.shields.io/github/actions/ workflow/status/{{
5
5
cookiecutter.github_username }}/{{ cookiecutter.project_slug
6
- }}/main/ main)] (https://github.com/{{ cookiecutter.github_username }}/{{
6
+ }}/main.yml?branch= main)] (https://github.com/{{ cookiecutter.github_username }}/{{
7
7
cookiecutter.project_slug }}/actions?query=branch%3Amain) {% endif %} {% if
8
8
cookiecutter.add_readthedocs == "yes" %}[ ![ image] (https://readthedocs.org/projects/{{
9
9
cookiecutter.project_slug | replace("_ ", "-") }}/badge/?version=stable)] (https://{{
You can’t perform that action at this time.
0 commit comments