Change definition of the cache input and rewrite README

This commit is contained in:
Ivan Zosimov 2022-04-21 15:58:14 +02:00
parent 3a3f8d0d3c
commit 5ee8b21df4
2 changed files with 5 additions and 5 deletions

View file

@ -11,7 +11,7 @@ inputs:
description: Used to pull node distributions from go-versions. Since there's a default, this is typically not supplied by the user.
default: ${{ github.token }}
cache:
description: Used to specify whether go-modules caching is needed. Set to true, if you'd like to enable caching.
description: Used to specify whether caching is needed. Set to true, if you'd like to enable caching.
default: false
cache-dependency-path:
description: 'Used to specify the path to a dependency file - go.sum'