From 11d88537232527ae1f0a2f65c036abc154ae9865 Mon Sep 17 00:00:00 2001 From: "Ivan Zosimov (Akvelon INC)" Date: Tue, 22 Feb 2022 15:04:51 +0300 Subject: [PATCH] Change field in the action.yml file Change modules-manager to package-manager in action.yml file. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 97e078d..d520f29 100644 --- a/action.yml +++ b/action.yml @@ -16,7 +16,7 @@ inputs: cache: description: Used to specify whether go-modules caching is needed. Set to true, if you'd like to enable caching. default: false - modules-manager: + package-manager: description: 'Used to specify non-default package manager' default: 'default' cache-dependency-path: