mirror of
https://github.com/actions/setup-go.git
synced 2025-04-17 15:00:28 +00:00
Change description of the cache input in action.yml
This commit is contained in:
parent
53f5d5ec02
commit
174207d077
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user