From 174207d077bfcd88c89849afb14214450f1bd0f4 Mon Sep 17 00:00:00 2001 From: "Ivan Zosimov (Akvelon INC)" Date: Mon, 21 Feb 2022 17:00:31 +0300 Subject: [PATCH] Change description of the cache input in action.yml --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index d51572a..bcfff91 100644 --- a/action.yml +++ b/action.yml @@ -14,9 +14,9 @@ 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 go-modules caching is needed. Set to true, if you'd like to enable caching. cache-dependency-path: - description: 'Used to specify the path to a dependency file: go.sum.' + description: 'Used to specify the path to a dependency file: go.sum' runs: using: 'node12' main: 'dist/setup/index.js'