Add the 'always-cache' option

This commit is contained in:
Kevin Minehart 2025-03-11 09:59:40 -05:00
parent 5a083d0e9a
commit e5f5846dc4
3 changed files with 11 additions and 8 deletions

View file

@ -15,6 +15,9 @@ inputs:
cache:
description: Used to specify whether caching is needed. Set to true, if you'd like to enable caching.
default: true
always-cache:
description: If enabled, stores the cache even in the event of a cache hit. This will result in a larger Go build (and test) cache, but less repeated test runs.
default: false
cache-dependency-path:
description: 'Used to specify the path to a dependency file - go.sum'
architecture: