This commit is contained in:
Antoine Toulme 2026-01-26 20:55:59 -06:00 committed by GitHub
commit 64abdff458
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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 (e.g., go.mod, go.sum)'
architecture: