mirror of
https://github.com/gradle/actions.git
synced 2026-01-13 17:26:03 +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