add restore-only

This commit is contained in:
github-actions[bot] 2025-08-07 23:01:02 -07:00
parent 8e57b58e57
commit 481f18bdd4
2 changed files with 5 additions and 1 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
restore-only:
description: Do not save the cache. Only applies if cache is enabled.
default: false
cache-dependency-path:
description: 'Used to specify the path to a dependency file - go.sum'
architecture: