-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong Cache restore operation #1433
Comments
Cache keys are prefix-matched, so if your restore key is
|
Thank you for clarifying. UPD. Please note that the original issue was related to the Could you please update the documentation to include information about the The current documentation contains following infomation:
It would be helpful to provide additional details on how the |
👋 I've checked the internal service implementation and it appears that our documentation is incorrect. |
When trying to restore the "cache-toolchains-atf-d64" the Cache action actually restores "cache-toolchains-atf-d64x" (with 'x' at the end):
The text was updated successfully, but these errors were encountered: