mirror of
https://github.com/gradle/actions.git
synced 2026-04-19 18:12:58 +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