From f395e7cbbb7312004b96c4a05d2150b431ffab11 Mon Sep 17 00:00:00 2001 From: awalsh128 Date: Wed, 13 Oct 2021 22:00:46 -0700 Subject: [PATCH] Test to staging --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f7296c..60c41f7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ 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