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