mirror of
https://github.com/actions/setup-go.git
synced 2025-04-23 17:40:50 +00:00
Change field in the action.yml file
Change modules-manager to package-manager in action.yml file.
This commit is contained in:
parent
f2efd31d13
commit
11d8853723
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ inputs:
|
||||||
cache:
|
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.
|
||||||
default: false
|
default: false
|
||||||
modules-manager:
|
package-manager:
|
||||||
description: 'Used to specify non-default package manager'
|
description: 'Used to specify non-default package manager'
|
||||||
default: 'default'
|
default: 'default'
|
||||||
cache-dependency-path:
|
cache-dependency-path:
|
||||||
|
|
Loading…
Add table
Reference in a new issue