mirror of
https://github.com/gradle/actions.git
synced 2026-06-03 18:32:19 +00: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