mirror of
https://github.com/actions/setup-go.git
synced 2026-02-06 07:28:26 +00:00
spelling: 'true'
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
243106de65
commit
0cbef52340
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ inputs:
|
||||||
default: ${{ github.server_url == 'https://github.com' && github.token || '' }}
|
default: ${{ github.server_url == 'https://github.com' && github.token || '' }}
|
||||||
cache:
|
cache:
|
||||||
description: Used to specify whether caching is needed. Set to true, if you'd like to enable caching.
|
description: Used to specify whether caching is needed. Set to true, if you'd like to enable caching.
|
||||||
default: true
|
default: 'true'
|
||||||
cache-dependency-path:
|
cache-dependency-path:
|
||||||
description: 'Used to specify the path to a dependency file (e.g., go.mod, go.sum)'
|
description: 'Used to specify the path to a dependency file (e.g., go.mod, go.sum)'
|
||||||
architecture:
|
architecture:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue