mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-05-10 08:41:08 +08:00
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