Enable caching by default with default input (#332)

This commit is contained in:
Sergey Dolin
2023-03-10 16:25:35 +01:00
committed by GitHub
parent 6b848af622
commit c51a720768
9 changed files with 167 additions and 6269 deletions

View File

@ -14,7 +14,7 @@ inputs:
default: ${{ github.server_url == 'https://github.com' && github.token || '' }}
cache:
description: Used to specify whether caching is needed. Set to true, if you'd like to enable caching.
default: false
default: true
cache-dependency-path:
description: 'Used to specify the path to a dependency file - go.sum'
architecture: