Skip to content

Commit 27bb2d7

Browse files
authored
Update README.md
1 parent 23823b4 commit 27bb2d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

{{cookiecutter.project_slug}}/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# {{ cookiecutter.project_name }}
22

33
{% 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/{{
55
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 }}/{{
77
cookiecutter.project_slug }}/actions?query=branch%3Amain) {% endif %} {% if
88
cookiecutter.add_readthedocs == "yes" %}[![image](https://readthedocs.org/projects/{{
99
cookiecutter.project_slug | replace("_", "-") }}/badge/?version=stable)](https://{{

0 commit comments

Comments
 (0)