mirror of
https://github.com/gradle/actions.git
synced 2026-06-07 12:22:20 +00: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