docs(README): fix cache_dependency_path type (#257)

* docs(README): fix `cache_dependency_path` type

* docs(README): add multiple lockfile example

* docs: update input description to match README
This commit is contained in:
Andrew Haines
2026-05-11 15:41:41 +01:00
committed by GitHub
parent 739bfe42ca
commit 551b42e879
2 changed files with 29 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ inputs:
required: false
default: 'false'
cache_dependency_path:
description: File path to the pnpm lockfile, which contents hash will be used as a cache key
description: File path to the pnpm lockfile, whose contents hash will be used as a cache key. Accepts multiple paths delimited by newlines.
required: false
default: 'pnpm-lock.yaml'
package_json_file: