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)