diff --git a/project_template/README.md.jinja b/project_template/README.md.jinja index 781a7c5..5739579 100644 --- a/project_template/README.md.jinja +++ b/project_template/README.md.jinja @@ -2,7 +2,7 @@ [![Build Status](https://github.com/{{ repository_owner }}/{{ repository_name }}/actions/workflows/ci.yml/badge.svg)](https://github.com/{{ repository_owner }}/{{ repository_name }}/actions/workflows/ci.yml) [![Build Status](https://github.com/{{ repository_owner }}/{{ repository_name }}/actions/workflows/mega-linter.yml/badge.svg)](https://github.com/{{ repository_owner }}/{{ repository_name }}/actions/workflows/mega-linter.yml) -{%- if is_public_repos %} +{%- if is_public_repo %} [![Build Status](https://github.com/{{ repository_owner }}/{{ repository_name }}/actions/workflows/codeql.yml/badge.svg)](https://github.com/{{ repository_owner }}/{{ repository_name }}/actions/workflows/codeql.yml) {%- endif %}