mirror of
https://github.com/gradle/actions
synced 2026-06-24 09:02:44 +08:00
02d4f46354
- Specify default values in action.yaml definition where appropriate - Replace custom methods with core functions: - getInputBoolean() with core.getBooleanInput() - inputOrNull() with core.getInput() - inputArrayOrNull() with core.getMultilineInput() - Remove github-utils.js