mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-09-09 16:22:19 +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