mirror of
https://github.com/actions/cache.git
synced 2025-05-22 08:41:47 +00:00
Update action.yml
Co-authored-by: Kyle Ross <37418852+Rossbro2@users.noreply.github.com>
This commit is contained in:
parent
25ee7a8ae9
commit
9365bab5e5
@ -36,7 +36,7 @@ inputs:
|
||||
required: false
|
||||
deprecationMessage: |
|
||||
save-always does not work as intended and will be removed in a future release.
|
||||
If you only want to control whether a new cache will be written use `save-always` instead.
|
||||
If you only want to control whether a new cache will be written use `save-on-success` instead.
|
||||
Otherwise a separate `actions/cache/restore` step should be used instead.
|
||||
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
||||
outputs:
|
||||
|
Loading…
Reference in New Issue
Block a user