From 0e6aefe0f34fdd9531f2c45a4d8893010d03b063 Mon Sep 17 00:00:00 2001 From: awalsh128 Date: Wed, 13 Oct 2021 22:19:26 -0700 Subject: [PATCH] Fix test status badge. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 329938c..f022487 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # cache-apt-pkgs-action [![License: Apache2](https://shields.io/badge/license-apache2-blue.svg)](https://github.com/awalsh128/fluentcpp/blob/master/LICENSE) -[![GitHub Actions status](https://github.com/awalsh128/cache-apt-pkgs-action-ci/workflows/Tests/badge.svg?branch=main&event=push)](https://github.com/awalsh128/cache-apt-pkgs-action/actions?query=workflow%3ATests) +[![GitHub Tests status](https://github.com/awalsh128/cache-apt-pkgs-action-ci/actions/workflows/tests.yml/badge.svg)](https://github.com/awalsh128/cache-apt-pkgs-action-ci/actions/workflows/tests.yml) This action allows caching of Advanced Package Tool (APT) package dependencies to improve workflow execution time.