From e54f0497df4d4cdc17944700aadad0d8cd254b97 Mon Sep 17 00:00:00 2001 From: Josef Friedrich Date: Sat, 11 Jun 2022 17:13:28 +0200 Subject: [PATCH] Fix test badge --- .github/workflows/test.yml | 2 +- README.rst | 4 ++-- README_template.rst | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6d04525..151c225 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,6 @@ --- # https://hynek.me/articles/python-github-actions/ -name: Tests +name: Test on: push: diff --git a/README.rst b/README.rst index 1b3a3ef..841fec4 100644 --- a/README.rst +++ b/README.rst @@ -2,8 +2,8 @@ :target: https://pypi.python.org/pypi/audiorename :alt: This package on the Python Package Index -.. image:: https://github.com/Josef-Friedrich/audiorename/actions/workflows/tests.yml/badge.svg - :target: https://github.com/Josef-Friedrich/audiorename/actions/workflows/tests.yml +.. image:: https://github.com/Josef-Friedrich/audiorename/actions/workflows/test.yml/badge.svg + :target: https://github.com/Josef-Friedrich/audiorename/actions/workflows/test.yml :alt: Tests .. image:: https://readthedocs.org/projects/audiorename/badge/?version=latest diff --git a/README_template.rst b/README_template.rst index 6208a71..a914b33 100644 --- a/README_template.rst +++ b/README_template.rst @@ -2,8 +2,8 @@ :target: https://pypi.python.org/pypi/audiorename :alt: This package on the Python Package Index -.. image:: https://github.com/Josef-Friedrich/audiorename/actions/workflows/tests.yml/badge.svg - :target: https://github.com/Josef-Friedrich/audiorename/actions/workflows/tests.yml +.. image:: https://github.com/Josef-Friedrich/audiorename/actions/workflows/test.yml/badge.svg + :target: https://github.com/Josef-Friedrich/audiorename/actions/workflows/test.yml :alt: Tests .. image:: https://readthedocs.org/projects/audiorename/badge/?version=latest