README.md feedback

This commit is contained in:
Mikhail Katychev 2022-10-18 15:16:56 -05:00
parent c6851e9df7
commit b5b351d410
No known key found for this signature in database
GPG Key ID: 9E8549CD2CEB5E59

View File

@ -19,8 +19,6 @@ sensible defaults.
prefix-key: ""
# An additional cache key that is stable over multiple jobs
# that is used instead of the automatic `job`-based
# cache key and is thus stable across jobs.
# default: empty
shared-key: ""
@ -51,7 +49,7 @@ sensible defaults.
cache-targets: ""
# Determines if the cache should be saved even when the workflow has failed.
# Default: "false"
# default: "false"
cache-on-failure: ""
```