Skip to content

Commit e0ab450

Browse files
committed
fix: update badges links, closes #9
1 parent 6c7a87e commit e0ab450

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/templates/workflow_template.md.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ import Highlight from '@site/src/components/Extras/Highlight';
1212

1313
## Overview
1414

15-
**Testing:**
16-
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/{{ repo }}/main.yml?style=for-the-badge)
17-
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/{{ repo }}/deploy_apptainer.yml?style=for-the-badge)
15+
**Testing:**
16+
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/{{ repo }}/snakemake-tests.yml?style=for-the-badge)
17+
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/{{ repo }}/deploy-apptainer.yml?style=for-the-badge)
1818

1919

2020
**Last update:** {% if update %}<Highlight color='#adadad'>{{ update }}</Highlight>{% else %}Not available{% endif %}

0 commit comments

Comments
 (0)