Update README

This commit is contained in:
Tomas Dabasinskas 2021-10-15 13:30:54 +03:00 committed by Sergey Vilgelm
parent aa9e491cf8
commit bb5270559b
No known key found for this signature in database
GPG key ID: 08D0E2FF778887E6

View file

@ -60,6 +60,9 @@ jobs:
# Optional: if set to true then the action don't cache or restore ~/.cache/go-build. # Optional: if set to true then the action don't cache or restore ~/.cache/go-build.
# skip-build-cache: true # 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) We recommend running this action in a job separate from other jobs (`go test`, etc)