Change field in the action.yml file

Change modules-manager to package-manager in action.yml file.
pull/228/head
Ivan Zosimov (Akvelon INC) 3 years ago
parent f2efd31d13
commit 11d8853723

@ -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:

Loading…
Cancel
Save