From b7d6dee98a8ebb7923155b51241b5089883380b8 Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Mon, 30 Nov 2020 11:13:05 +0200 Subject: [PATCH] Fix GitHub Actions badge link I've renamed the workflow, so it should be ?query=workflow:build, but actually there's only one workflow so no need to filter. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 6a97edc..4713a44 100644 --- a/README.rst +++ b/README.rst @@ -30,7 +30,7 @@ Licence: GPL v2 or later (https://www.gnu.org/copyleft/gpl.html) |buildstatus|_ |appveyor|_ |coverage|_ .. |buildstatus| image:: https://github.com/mgedmin/findimports/workflows/build/badge.svg?branch=master -.. _buildstatus: https://github.com/mgedmin/findimports/actions?query=workflow%3Atests +.. _buildstatus: https://github.com/mgedmin/findimports/actions .. |appveyor| image:: https://ci.appveyor.com/api/projects/status/github/mgedmin/findimports?branch=master&svg=true .. _appveyor: https://ci.appveyor.com/project/mgedmin/findimports