From dd75628fb6a8da84ac5869b70c4421f7713c0947 Mon Sep 17 00:00:00 2001 From: awalsh128 Date: Wed, 13 Oct 2021 22:08:02 -0700 Subject: [PATCH] Move tests badge to CI tests. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60c41f7..329938c 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # 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/workflows/Tests/badge.svg?branch=main&event=push)](https://github.com/awalsh128/cache-apt-pkgs-action/actions?query=workflow%3ATests) +[![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) This action allows caching of Advanced Package Tool (APT) package dependencies to improve workflow execution time. ## Documentation -Test + This action is a composition of [actions/cache](https://github.com/actions/cache/README.md) and the `apt` utility. Some actions require additional APT based packages to be installed in order for other steps to be executed. Packages can be installed when ran but can consume much of the execution workflow time. ## Usage