mirror of
https://github.com/actions/setup-go.git
synced 2025-06-28 16:03:43 +00:00
Set default cache input to be empty
This commit is contained in:
parent
b283174af6
commit
820e8b1147
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ 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
|
|
||||||
required: false
|
required: false
|
||||||
cache-dependency-path:
|
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'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue