From bb5270559b50405733e6c7be9d082a9e4f13b6b4 Mon Sep 17 00:00:00 2001 From: Tomas Dabasinskas Date: Fri, 15 Oct 2021 13:30:54 +0300 Subject: [PATCH] Update README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3b71348..e7e98ba 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,9 @@ jobs: # Optional: if set to true then the action don't cache or restore ~/.cache/go-build. # skip-build-cache: true + + # Optional: if set to true then the all caching functionality willl be complete disabled. + # skip-cache: true ``` We recommend running this action in a job separate from other jobs (`go test`, etc)