Skip to content

Commit 01ab563

Browse files
committed
🩹 fix-simple: fix the CI badge in the README.md.jinja
1 parent 2029050 commit 01ab563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎template/README.md.jinja‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{%- endif %}
1313
{%- if repository_provider == 'github' %}
1414
[![Release](https://img.shields.io/github/v/release/{{ author_github_handle }}/{{ project_name }})](https://github.com/{{ author_github_handle }}/{{ project_name }}/releases)
15-
[![CI/CD Pipeline](https://github.com/{{ author_github_handle }}/{{ project_name }}/actions/workflows/main.yaml/badge.svg)](https://github.com/{{ author_github_handle }}/{{ project_name }}/actions/workflows/main.yaml)
15+
[![CI/CD Pipeline](https://github.com/{{ author_github_handle }}/{{ project_name }}/actions/workflows/main.yaml/badge.svg?branch=main)](https://github.com/{{ author_github_handle }}/{{ project_name }}/actions/workflows/main.yaml?branch=main)
1616
[![Commit activity](https://img.shields.io/github/commit-activity/m/{{ author_github_handle }}/{{ project_name }})](https://github.com/{{ author_github_handle }}/{{ project_name }}/commits)
1717
[![GitHub](https://img.shields.io/github/license/{{ author_github_handle }}/{{ project_name }})](https://github.com/{{ author_github_handle }}/{{ project_name }}/blob/main/LICENSE)
1818
{%- endif %}

0 commit comments

Comments
 (0)