From f52ade2b399cae381c18cbec7929579a2909123b Mon Sep 17 00:00:00 2001 From: awalsh128 Date: Sat, 16 Oct 2021 10:19:15 -0700 Subject: [PATCH] Update example wording. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 27743ef..a10c3f5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![License: Apache2](https://shields.io/badge/license-apache2-blue.svg)](https://github.com/awalsh128/fluentcpp/blob/master/LICENSE) [![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. +This action allows caching of Advanced Package Tool (APT) package dependencies to improve workflow execution time instead of installing the packages on every run. ## Documentation @@ -32,10 +32,8 @@ The cache is scoped to the packages given and the branch. The default branch cac This was a motivating use case for creating this action. ```yaml -name: Documentation - +name: Create Documentation on: push - jobs: build_and_deploy_docs: