mirror of
https://github.com/gradle/actions
synced 2026-06-30 22:03:03 +08:00
e3ada7e5c2
The `gradle-home-cache-includes` and `gradle-home-cache-excludes` parameters were initially implemented as JSON string inputs. This makes these inputs non-idiomatic and easier to get wrong. This change converts them to multi-line input parameters. Fixes #106