mirror of
https://github.com/gradle/actions
synced 2026-06-30 22:03:03 +08:00
a71aff6a12
Do not abort the remainder of the post-action on failure in cache-cleanup. Instead, just log a warning and continue. Fixes #858 Fixes #990