mirror of
https://github.com/gradle/gradle-build-action.git
synced 2026-01-01 00:02:21 +08:00
The init-scripts added to Gradle User Home were assuming the presence of certain GitHub Actions environment variables. With this fix, these init scripts behave better without these env vars. Fixes #350